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:
00353296
Views:
13
>You'll need to set a variable to hold the retun value of the Field() function.
>
>For example:
>
>cField = field(nCntr)
>replace (cField) with alltrim(fgets(nFile))
>
>

Hi Henry,

In common, you don't really need to hold the return value of the Field() function.

Replace (Field( nCntr)) ...
will work fine.

Best regards.

Alex
Alex
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform