Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Memo field getting corrupted?
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
01051324
Message ID:
01051366
Views:
11
>Hi Jim,
>
>Thank you for the prompt reply. The garbage characters I was referring are apparently carriage returns. I don't see the characters via the interface or looking at the data in the table. So that is good. I discovered these characters on an excel spreadsheet which i'm writing foxpro data to. Are there any foxpro commands I can use to remove these characters?
>
>Brad

replace myMemo with strtran(myMemo, chr(13)+chr(10),"") for chr(13) $ myMemo
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