Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Check Character in the fields
Message
 
À
18/05/1997 14:25:29
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00032713
Message ID:
00032738
Vues:
31
>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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform