Rooster
Well-known member
- Joined
- Jan 2, 2014
- RedCents
- 1,611¢
First, Is there a way to ${If[1>${String},TRUE,FALSE]} ? All i really want to know is if ${String} is in fact a number , so it just needs to be any value. Or is there a way to type cast my variable from string to int to avoid unparsable and the type cast just makes it zero?
Second, the macro itself is using an array where it pulls a number of sections from the ini and 4 keys from each.. so a simple 2 dimensional array with [X ,4] elements where X is how many sections the user created or wants to create for the ini, how big an array is too big (the macro itself is very small ) I would prefer to do some HDD reads less by using a large array for most information, there will still be information pulled from the ini on each main loop iteration as it progresses? where each loop is for every X ultimately
Second, the macro itself is using an array where it pulls a number of sections from the ini and 4 keys from each.. so a simple 2 dimensional array with [X ,4] elements where X is how many sections the user created or wants to create for the ini, how big an array is too big (the macro itself is very small ) I would prefer to do some HDD reads less by using a large array for most information, there will still be information pulled from the ini on each main loop iteration as it progresses? where each loop is for every X ultimately

