Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Chr(13) conversion
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00926064
Message ID:
00926067
Views:
16
Hi Sander,

Your code will remove CHR13) from a string if it's there but maybe it isn't CHR(13) you're seeng? How do you read file in a string?

>
>In my app I'm reading some text files. In these text files I need to remove my chr(13) characters. I tried to remove these characters with the strtran command to replace the characters with an empty string.
>
>But when I execute the followoing command nothing is replaced.
>
>cMyString = STRTRAN(cMyString, chr(13), "")
>
>Which command can I use instead?
>
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform