Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Count to characters
Message
From
01/05/2007 07:18:40
 
 
To
01/05/2007 06:43:33
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01221363
Message ID:
01221380
Views:
35
>hi,
>maybe as
>
>cString=thisform.text1.value
>thisform.text2.value=LEN( STRTRAN( cString," ","" ) )
>
Or just
ThisForm.Text2.Value = LEN(STRTRAN(ThisForm.Text1.Value," "))
>
>>>thanks it is helpfull,
>>>but if count from form
>>>
>>>uio=thisform.cstring.value
>>
>>I don't understand your question. Just replace cString with whatever string text you want to count chars in.
Previous
Reply
Map
View

Click here to load this message in the networking platform