Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Count the character
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01314116
Message ID:
01314218
Views:
8
>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
________________________________
Previous
Reply
Map
View

Click here to load this message in the networking platform