Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error : Not an array
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00526286
Message ID:
00527323
Views:
33
Hi,

Use this way..

LOCAL marrayone
Dime MyArray[1]
MyArray[1] = "A"

OR

Decl MyArray[1]
MyArray[1] = "A"

Ajay
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform