Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Declare array as Local?
Message
 
To
29/11/2001 00:49:04
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00587251
Message ID:
00587545
Views:
21
I'm using VFP 7, and I just tried:

LOCAL myarray1[1,2]
myarray1[1,1] = "hello"
myarray1[1,2] = "good bye"

LOCAL ARRAY myarray2[1,2]
myarray2[1,1] = "hello"
myarray2[1,2] = "good bye"


and I got errors or other problems.
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform