Tom H.
02-28-2012, 12:13 PM
I don't know if this is by design, but I accidentally had an undefined variable in the 'Contents:' text of an 'Edit INI File' function and the compiler didn't flag it.
Example:
[My_Section]
BadVar=%NOT_DECLARED%
GoodVar=%WAS_DECLARED%
The script compiled and ran fine, except in the target machine I would end up with a value of "%NOT_DECLARED%" for the 'BadVar' entry.
Using latest SB 7.6.
Tom
Example:
[My_Section]
BadVar=%NOT_DECLARED%
GoodVar=%WAS_DECLARED%
The script compiled and ran fine, except in the target machine I would end up with a value of "%NOT_DECLARED%" for the 'BadVar' entry.
Using latest SB 7.6.
Tom