Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Names instead of numbers as indexes of arrays
Message
De
02/03/2009 16:50:24
 
 
À
24/02/2009 11:39:09
Information générale
Forum:
Visual FoxPro
Catégorie:
Web Services
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows XP
Database:
MySQL
Application:
Desktop
Divers
Thread ID:
01383776
Message ID:
01385113
Vues:
27
Hi,

I don't know if this helps but try it any way
#Define product_id 1
#Define Description 2
Dimension aArray[4]
aArray[1] = "0001"
aArray[2] = "product description"

? aArray[Product_ID]
? aArray[Description]
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform