Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Removing space between words
Message
De
11/12/2008 04:33:53
Lutz Scheffler
Lutz Scheffler Software Ingenieurbüro
Dresden, Allemagne
 
 
À
11/12/2008 04:25:08
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01366585
Message ID:
01366586
Vues:
12
>Dear All,
>
>I am having some problem in table that it's spaces between word are not correct
>how can I remove space between two words in a table example
>Invoice A1 should be Invoicea1
>
>Thank you so much

Is this general or special?

Special would be
?STRTRAN('Invoice A1','Invoicea1')
if this is allways [Part+Space]^n and you like to reduce all spaces then
?CHRTRAN('Invoice A1',' ','')
If this is a more general question (The string is "'Invoice A1 and some other text") and you like to reduce parts then repost

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