Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
FIELD( ) Function - NOT!
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00316885
Message ID:
00316904
Vues:
16
>> Try using aFields(laArray, "mytable") this will give you an array named laArray that you can reference with a subscript.

Sorry that was supposed to have an example:

LOCAL lnTotalFields


lnTotalFields = afields(laFields, "mytable")

*!* To get field name of field 10.
lcField10 = laFields[10, 1]
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform