Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Compile error vfp6 to vfp9
Message
 
 
À
12/04/2007 11:31:08
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01214993
Message ID:
01215021
Vues:
18
>>>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform