Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do you remove blanks within a field
Message
From
01/09/1998 11:28:29
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00131900
Message ID:
00131912
Views:
16
>Is there a quick way to remove blanks within a field? For example PART NUMBER = 'TRG 011 4TGH 77K' to become 'TRG0114TGH77K'
>Thanks.

use the folowing command ,

gcString=STRTRAN(gcString, ' ', '')
Previous
Reply
Map
View

Click here to load this message in the networking platform