Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to remove ascii(160) characters
Message
From
17/11/2012 08:06:03
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
01557507
Message ID:
01557515
Views:
56
>>>I have a table with address lines where many of the blank characters are in fact ascii(160) how do I get rid of them
>>>
>>>Thanks
>>>
>>>Colin
>>
>>
lcString= chrtran(lcString,chr(160),'')
>
>brilliant thanks Tore

You're welcome. You can also use strtran(), where you can remove (o replace) more than one character.
lcString= strtran(lcString,chr(160)+chr(161),'')
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform