Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Check Character in the fields
Message
 
To
18/05/1997 14:25:29
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00032713
Message ID:
00032738
Views:
33
>But i think to know if me input "Tabo" in the field, >but this field is have a 12 width, so in the field is have "Tabo--------" >(-) is space ,so if you check the last character,you will check is space, >but now i think check the last character is "o" ,so how can i do this??? > field value is "Tabo--------" && (each "-" equals a space) So TRIM(field) = "Tabo" While RIGHT(TRIM(field),1)= "o" Is this where you're trying to go?
==Carl

Carl J. Warner
VFUG Officer

The early bird gets the worm, but the second mouse gets the cheese.
Previous
Reply
Map
View

Click here to load this message in the networking platform