Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Question about table columns
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00392440
Message ID:
00392451
Vues:
10
>I curious whether or not it is possible to access a table by using some sort of column number rather than having to use the column name.
>
>example : tablename.columnname[3] to access the third column in the table.

Look at FIELD(). You can do some things with macros like:

x = 'tablename.' + field(1)
? &x
The Anonymous Bureaucrat,
and frankly, quite content not to be
a member of either major US political party.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform