Thread: iWitness
View Single Post
  #210  
Old 03-09-2006, 07:23 PM
Roland Roland is offline
Senior Member
 
Join Date: Mar 2005
Location: Norwich, UK
Posts: 2,703
Default Re: Logging

Btw, I suspect the problem might be just that it can't read from the .ini.
Thing is, you can't declare an array global in AHK but I wanted to keep all those vars in the OpenTables() function local. So we just read the groups from the .ini every time that function gets called and duplicate the global array. 'Course, if it can't read from the .ini the loop will run zero times and nothing will happen.
The most obvious problem would be if the .ini isn't in the working dir, but I think this is not the case. Dunno what the problem could be.