Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to compress space in string?
Message
De
23/05/2003 04:29:15
Lutz Scheffler
Lutz Scheffler Software Ingenieurbüro
Dresden, Allemagne
 
 
À
23/05/2003 04:15:53
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00792083
Message ID:
00792092
Vues:
34
>>Hi
>>
>>I have a string like
>>
>>"IOBJ_IX I,PROJE_T_IX I,PARENT_IX I,ITYP I,ISUBTYP I"
>>
>>and would like to transform it to
>>
>>"IOBJ_IX I,PROJE_T_IX I,PARENT_IX I,ITYP I,ISUBTYP I".
>>
>>IOW I like to reduce multiple occurences of Space to one Char.
>>
>>What is the best command to use?
>>
>>TIA
>
>Agnes
>
>
>cStr = "ABC  XYZ  123"
>? StrTran(cStr, "  ", " " ) && Replace double spaces with single spaces
>
Hi Jos,

Yes, thats correct. But this works for double only. If they are tripple or higher it fails.
ok.

Agnes
Words are given to man to enable him to conceal his true feelings.
Charles Maurice de Talleyrand-Périgord

Weeks of programming can save you hours of planning.

Off

There is no place like [::1]
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform