Page 1 of 1

Local structures, arrays and linked lists

Posted: Mon Jul 11, 2005 11:27 am
by Psychophanta
When defining a Structure, a new linked list or an array (with Dim()) inside a Procedure it is defined as Global by default.
I request for an option, perhaps something like Local prefix to define it and use for valid only inside the procedure. :)
Might be using a separate stack mem for each defined procedure :?