Dan,

Except for script locals, which I (and I believe manyu others) use a lot. They're a lot like globals, except only available script wide, and great for libraries. To use them you only need to put the local declaration outside the handler and functions which use it.

On caveat though: Remember your local variables always get reset when recompiling a script, so using a 'checkLocals' handler helps:-)

Dan Shafer wrote:

Having said that, it is strictly optional in Transcript to use the word "local" and I'd venture to say that the vast majority of us never use it.


--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.344 / Virus Database: 267.10.16/83 - Release Date: 8/26/2005

_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to