On 8/06/10 3:51 AM, "Andre Garzia" <[email protected]> wrote:
> In the cases where you have absolute control over the environment, then, you > can use globals as a simple way of sharing data structures. Usually for > these cases it is better to create a single global as an array and write to > a single variable, this makes debugging easier. Better to have a single > array with 50 entries than 50 globals. A single global as an array supplemented by script locals works well for me. Terry... _______________________________________________ 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
