Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Declare array as Local?
Message
 
À
29/11/2001 00:49:04
Dragan Nedeljkovich (En ligne)
Now officially retired
Zrenjanin, Serbia
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00587251
Message ID:
00587545
Vues:
22
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform