Newbie... Strict Compilation mode
Stephen Cox
stephen at networkxfla.com
Sat May 9 12:39:27 EDT 2009
I've run across something. Even with Strict Compilation Mode on the compiler
doesn't throw out an error if it sees some undeclared variables. So...
Local temp
Put "1234" into temp
Put "1234" into kemp
The compiles misses this completely. Of course it works cause you can create
variables on the fly. But isn't the point of Strict Compilation Mode to
force you to declare all variables before use?
-Stephen Cox
More information about the use-livecode
mailing list