Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
I want to check a value in a field for spaces?
Message
 
 
To
05/10/2000 15:03:55
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00425496
Message ID:
00425525
Views:
13
>>>I want to check a value in a field for the first occurrence of a space
>>>and report back the character length of that field value.
>>>any idea?
>>
>>iLength = AT( " ", FieldName )
>works....thanks...:)

Actually, there is an off-by-one error. Line should be:

iLength = AT( " ", FieldName ) -1
censored.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform