Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select() and variables?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00874515
Message ID:
00874517
Views:
11
>Can I use a variable to select the number of the work area? The following does not work
>
>myArea = select()
>select myArea
>
>Thanks
>Steve

Try:
SELECT (myArea)
* Or
myAlias = ALIAS()
SELECT (myAlias)
George

Ubi caritas et amor, deus ibi est
Previous
Reply
Map
View

Click here to load this message in the networking platform