Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Question about table columns
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00392440
Message ID:
00392451
Views:
11
>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.
Previous
Reply
Map
View

Click here to load this message in the networking platform