Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Declare array as Local?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00587251
Message ID:
00587562
Views:
21
What sort of errors I've just tried it as is and it runs fine :)
Caroline

>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.
Caroline
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform