Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Optimizing a replace line
Message
 
 
To
12/07/2001 21:07:38
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00530046
Message ID:
00530050
Views:
13
This message has been marked as the solution to the initial question of the thread.
>I would like to optimize this code into one line. Is that possible?
>
>
>lcExec=FIELD(lnCompteur)
>REPLACE (lcExec) WITH CURVAL(FIELD(lnCompteur))
>
Folowing should work
REPLACE (FIELD(lnCompteur)) WITH CURVAL(FIELD(lnCompteur))
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform