Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Work Area
Message
From
05/07/2003 07:34:00
 
 
To
05/07/2003 07:19:42
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00807133
Message ID:
00807157
Views:
20
Hi Mohammed,

You can also use SELECT 1, SELECT 23 and so on.

The command ? SELECT() returns the number of the work area you are in.

You can also assign an alias to a variable and use that:

MyVar = "Contacts"
SELECT (MyVar)

Another idea is:

SELECT (IIF(USED("Contacts"), "Contacts", 0))

Hope that helps,

Stewart
Previous
Reply
Map
View

Click here to load this message in the networking platform