Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Word+word
Message
De
06/04/2005 07:16:59
 
 
À
06/04/2005 07:12:34
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Versions des environnements
Visual FoxPro:
VFP 6
Database:
Visual FoxPro
Divers
Thread ID:
01001807
Message ID:
01001816
Vues:
24
hi all,
thanks it works.
i need to dived my statment as 3 parts at mytext as
this is a boy or this is a man as
at my textbox
this is a boy  
or
this is a man as
thanks.


>You're welcome. You can actually make it even simpler:
>thisform.text2.value=thisform.text1.value-("ed")
>The only disadvantage is that the new value will have some trailing blanks.
>
>>hi,
>>it works,
>>thank you.
>>>
thisform.text2.value=trim(thisform.text1.value)+("ed")
>>>>hi all,
>>>>i try to get result as if thisform.text1.value=drive , i want to add "ed" to be
>>>>like "driveed",
>>>>
>>>>i try as under
>>>>thisform.text2.value=trim(thisform.text1.value)+("ed")&& i get it as
>>>>"drive       ed"
>>>>
>>>>thanks
>>>>m.qasem
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform