On 12/23/05 4:59 PM, "Mark Wieder" <[EMAIL PROTECTED]> wrote: > Alex- wrote: >> global gVar; delete global gVar > >> Weird, huh ? But it works. > > Thanks. That makes some sort of sense. But Very Very Weird.
Not really that weird. The message box is sort of a parser-interpreter, so does not always behave like a regular script container. Glad you got your final answer from Alex. Curious, but in multi-line mode both of these work: global gVar delete variable gVar global gVar delete global gVar -- yet the following does not need the declaration (msg box) answer gVar Jim Ault Las Vegas _______________________________________________ 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
