• Load multiple rules Modules

    I have a general piece of code used in many of my rules modules. To clean it up I have tried to move the code to a Public Sub. My problem is how to activate the second rule module. -- I have found the error, never mind..
  • Reading gINT project files

    Hi, I am thinking of creating a procedure within gint or using external program that reads the contents of all gint project files within a specific folder and extract certain data (number of borings, depth, date, location, etc. ) and store them in excel…