Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Table name in a variable syntax issue
Message
From
18/09/2012 16:27:49
 
 
To
18/09/2012 13:59:56
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01553159
Message ID:
01553178
Views:
63
lcTableName = "c:\my path\my table.dbf"
lcAlias = "myalias"
USE (lcTableName) IN 0 ALIAS (lcAlias) SHARED
SELECT (lcAlias)
SCAN
   lcVariable = &lcAlias..fieldname    && note use double periods ..
ENDSCAN
Previous
Reply
Map
View

Click here to load this message in the networking platform