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.
|