Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Count the character
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01314116
Message ID:
01314218
Vues:
9
>How i can coount the character in a textbox, when i writing.
>
>"He is late" Total character is:8
>thanks

In the InteractiveChange method of the TextBox:
*** InteractiveChange
WAIT WINDOW NOWAIT ;
  "Total character is: " + ;
  TRANSFORM(LEN(ALLTRIM(THIS.VALUE)))
Luis María Guayán
Tucumán, Argentina
________________________________
SysOp de www.PortalFox.com
Nada corre como un zorro
________________________________
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform