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
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to