Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Compile error vfp6 to vfp9
Message
 
 
To
12/04/2007 11:31:08
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01214993
Message ID:
01215021
Views:
17
>>>That didn't work until I used the external array latables command.
>>>
>>>Thanks for putting me on track though.
>>
>>It should work. Strange. Did you remove private declaration and leave only local array ?
>
>It should have dimension declared.

LOCAL Var1 [AS type [OF ClassLib]] | [ArrayName1(nRows1, [, nColumns1]) [AS type [OF ClassLib]] ]
[, Var2 [AS type [OF ClassLib]]] [, ArrayName2(nRows2, [, nColumns2]) [AS type [OF ClassLib]] ]
-or-
LOCAL [ARRAY] ArrayName1(nRows1 [, nColumns1]) [AS type [OF ClassLib]]
[, ArrayName2(nRows2 [, nColumns2]) [AS type [OF ClassLib]] ]

Don't remember having compile problem with either of the statements used without DIMENSION command.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform