Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Remove CHR(13)
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Miscellaneous
Thread ID:
00441326
Message ID:
00441397
Views:
10
>I'm trying to remove all carriage returns in a memo field and replace them with semi-colons so that everything appears on one line in a report. The following doesn't seem to work:
>
>store STRTRAN(memofield,chr(13),";") to newfield
>...
>
>It still displays it over multiple lines.

If you want to change field, you probably should use replace command, e.g.:
replace memofield with strtran(memofield, chr(13),';') all
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform