Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CLR and VFP
Message
From
30/08/2000 13:44:25
 
 
To
30/08/2000 02:58:49
Walter Meester
HoogkarspelNetherlands
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00409695
Message ID:
00410892
Views:
15
>cCommand = "REPLACE "+cField+" WITH "+cValue+" "+cForClause
>&cCommand

>Are there any alternatives to this problem ??

This is exactly the type of situation where people are too quick to use macros.

REPLACE (lcField) WITH lvValue FOR (lcExpression)

works just fine.

Even if this didn't work, there is still SQL, and with a RUNSQL() function, we wouldn't need macros either.
Erik Moore
Clientelligence
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform