Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Remove point
Message
 
 
À
12/08/2007 08:44:44
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01247674
Message ID:
01247682
Vues:
23
>hi,
>thank you very much, it works as..
>
>
>STORE '9874.698' TO gcString
>? STRTRAN(gcString, '.', ' ')
>
>
>but i need to make as..
>
>**thisform.text2.value &&numeric type
>STORE thisform.text2.value TO gcString
>*i try
>** STORE val(thisform.text2.value) TO gcString
>
>? STRTRAN(gcString, '.', ' ')&& error message
>
>
>
>>Experiment with these in the command window using ? to output results to the screen.
>>
Try
alltrim(strtran(padr(thisform.text2.value,20),"."," "))
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform