Page 1 of 1

List vs. NewList

Posted: Tue Mar 28, 2006 9:01 am
by blueznl
we have NewList wich erases the list

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)

Posted: Tue Mar 28, 2006 9:15 am
by Trond
Use a flag variable?