Robert Sneidar wrote:
The benefit would be that I could use the state of the global to determine if this was the first time it had been initialized and run some setup code. The natural state of certain globals is empty, so I couldn't simply test for that. If I were coding from scratch I would just work around this, but I am porting business logic from another dev environment. They use this extensively.
Maybe you could fudge it by initializing all the globals to the string "NULL". Then check for that. Then you'd just have to add quotation marks around all the "NULL"s in the existing code.
-- Jacqueline Landman Gay | [EMAIL PROTECTED] HyperActive Software | http://www.hyperactivesw.com _______________________________________________ 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
