Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can I use the field() command in a replace statement.
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00353285
Message ID:
00353336
Views:
21
>I am getting an error with my replace command.
>I've tried replace eval(field(nCntr)) with alltrim(fgets(nFile)) and replace field(ncntr) with alltrim(fgets(nFile))

Instead of eval(field(nCntr)) do (field(nCntr)). Otherwise you are trying to replace the field "eval(....", so you need to use the ().
Previous
Reply
Map
View

Click here to load this message in the networking platform