Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
& command
Message
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00507497
Message ID:
00507545
Views:
10
>Why the code below does not work in VFP- SP3
> I used to do this in VFP3
>
>**********************
> Store "Joe" to n
> store "Name" to nn
>
> replace &nn with n
>*********************
>
>
> Thanks
>Moisés

This should work, if the table has a Name field (BTW, you better not use Name as a field name, since it's a reserved word)

You can do it this way, though:
replace (nn) with n in MyTable.

This will always work.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform