--- Ken Ray <[EMAIL PROTECTED]> wrote: > Locals are the same as globals, except that > they cannot have a scope outside > of a single script. If you declare them inside > of a handler, they apply only > to that handler. If you declare them inside of > a script, they are available > to any handler in that script only. Other > scripts don't "see" them.
i like declaring locals mainly to control the order in which the variables are displayed during debugging. are there any other important reasons for declaring locally? ===== [EMAIL PROTECTED] http://www.erikhansen.org __________________________________________________ Do you Yahoo!? U2 on LAUNCH - Exclusive greatest hits videos http://launch.yahoo.com/u2 _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
