making a new list global is easy:
Global NewList
but let's say i have a bunch of procedures, and i just want to create a global list upon the first call of one of those procedures, i cannot use:
Global NewList
... as the first line, as it would clear the list

it's a bit of a stupid request, but I'd like to have a List command so a list is not cleared when I make it global
or am i loosing it? (too many num3 posts)