Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Removing space between words
Message
From
11/12/2008 04:33:53
Lutz Scheffler
Lutz Scheffler Software Ingenieurbüro
Dresden, Germany
 
 
To
11/12/2008 04:25:08
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01366585
Message ID:
01366586
Views:
13
>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]
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform