Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
A question about arrays
Message
De
04/01/2000 04:50:29
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
A question about arrays
Divers
Thread ID:
00312237
Message ID:
00312237
Vues:
66
i wrote the sample code below in a prg that i put in a project. it is the only file of the project.
When i want to generate the EXE, i obtain a message that xtab could not be localized. I do not know why.

could someone help me.

dimension xt(10)
afill(@xt,"")

****************
FUNCTION AFILL()
****************
PARAMETERS xtab,xj
local xi
for xi=1 to alen(xtab)
xtab(xi)=xj
next
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform