For $i = 1 to 5
case $i
$read = IniRead("test.ini", "test", "test" & $i, "error")
Next
Well, I need it to not have to define the various cases in my script already that they perform the same function
logically instead of numbers has to be the respective names of the variables
is it possible? or I have to define each case
Edited by GordonFreeman, 26 February 2012 - 05:22 AM.






