Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem problem
Message
From
12/01/1999 12:05:01
 
 
To
10/01/1999 22:03:33
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00174556
Message ID:
00175099
Views:
23
>Hy, I'm a french person and I'm very bad in english
>
> I want to know if i have a space in a txtfield, only the first and the last character can be but every thing in betwen must be illegal.

Pierre,

I think I understand what you want to do. Try this, it will return .T. if there is a space anywhere in a txtfield other than the first and last positions. If there are no spaces in the middle, it will return .F.


lResult = " "$SUBSTR(txtfield,2,LEN(txtfield)-2)
Previous
Reply
Map
View

Click here to load this message in the networking platform