Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Declare array as Local?
Message
 
 
To
28/11/2001 18:32:02
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00587251
Message ID:
00587268
Views:
24
This message has been marked as the solution to the initial question of the thread.
>The docs say when you declare an array (for example: DIMENSION laMyArray[1]), it is a private array. Is there a way to declare an array so it will be local, not private?
LOCAL myarray[2,3]
* or 
LOCAL ARRAY myarray[2,3]
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform