Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to remove ascii(160) characters
Message
De
17/11/2012 08:06:03
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
01557507
Message ID:
01557515
Vues:
57
>>>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),'')
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform