Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Name expressions vs macro substitution
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Name expressions vs macro substitution
Miscellaneous
Thread ID:
00447850
Message ID:
00447850
Views:
49
After reading the faq on this subject I expected the following line of code to work but it doesn't...

cField='new'
select status
replace (cField) with (cField) + 1

While this does work...

cField='new'
select status
replace &cField with &cField + 1

Where have I gone wrong?
Next
Reply
Map
View

Click here to load this message in the networking platform