--- Richard Gaskin <[EMAIL PROTECTED]> wrote: > erik hansen wrote: > > > > > --- Richard Gaskin > <[EMAIL PROTECTED]> > > wrote: > > > >>> is there a way to set sHolder to > >>> empty between each use?
> No, you would need a handler to trigger it. > Otherwise, Rev wuldn't know > when you want it cleared. i wanted a static-global like sHolder to empty itself between uses just to reduce the clutter. local tHolder in each handler does the job, of course. in the script (ouside any handler) you can write local sHolder = 0 and this will put 0 into sHolder but i haven't found out whether sHolder resets to 0 after each use. ===== [EMAIL PROTECTED] http://www.erikhansen.org __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
