Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Replace
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00433677
Message ID:
00433685
Views:
9
>Why is it that this works:
>use table
>scatter memvar
>replace exceptions.username with "Closed Account " + m.username
>
>but when I do this
>
>replace exceptions.username with m.username + "Closed Account "
>
>I only get the m.username information?
>
>Thanks in advance for your help.


Use
replace exceptions.username with AllTRIM(m.username) + "-Closed Account "
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform