Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Count to characters
Message
De
01/05/2007 07:18:40
 
 
À
01/05/2007 06:43:33
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Divers
Thread ID:
01221363
Message ID:
01221380
Vues:
25
>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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform