[EMAIL PROTECTED] wrote:
Declaring initialised globals is not supported, so "global gAGlobal" is fine, but "global gAGlobal=empty" throws an error.
On the other hand, just declaring a global automatically initializes it to empty, so maybe that's enough for the original poster. I don't see too much difference between empty and NULL; there's a slight difference but probably not one that would matter too much in most cases.
-- 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
