Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Console app no main window writing to the dos window
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00180936
Message ID:
00180939
Views:
18
>[...] how do you call a use like the following:
>
>sTable = MyFoxTable.dbf
>USE sTable
>
USE (sTable)

will do it. I suggest reading programmer documentation (online books, help files) about "name expressions". Useful feature to know. Faster than macro substitution where you can use it. Macro substitution would look like:

USE &sTable

and would accomplish the same thing, but runs slower.

HTH,
Rich Addison, Micro Vane, Inc., Kalamazoo, MI
Relax, don't worry, have a homebrew.
- Charlie Papazian, The New Complete Joy of Home Brewing
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform