Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Preventing spaces in textfield value
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00799043
Message ID:
00799050
Views:
22
This message has been marked as a message which has helped to the initial question of the thread.
Hi Kirk,

You can use following function to remove all the leading/trailing/middle spaces from your value.

myString = STRTRAN(myString, ' ', '')


---
Raj
Previous
Reply
Map
View

Click here to load this message in the networking platform