Newbie... Strict Compilation mode

Bernard Devlin bdrunrev at gmail.com
Sun May 10 05:35:10 EDT 2009


Another side-effect of explicit variables is that some code may well
behave differently.

Consider this:

 local tVar, tSQL
 if tVar is empty then ...

Since explict vars requires the declaration, it will affect the result
of the following conditional.  With the declaration then the condition
will be true; without the declration the condition will be false.

Bernard



More information about the use-livecode mailing list