Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Numbers
Message
De
25/07/2007 02:26:17
 
 
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:
01243124
Message ID:
01243384
Vues:
20
hi,
Are you sure you always have 3 digits after the point? yes

What exactly is the goal here? i shuffle
the program(use to convert English number to Arabic words).

first part Arabic words as( hundred ,thousand ,...etc),
second part after point 3 English numbers .

it works ,

thank you very much for help, code , advice and...and....etc.

>>hi,
>>thank you for reply,it works
>>>
>>>lnNumber = 1235.789
>>>lcText = TRANSFORM(INT(lnNumber % 1 * 1000))
>>>
>>>>
>
>Are you sure you always have 3 digits after the point? If you have 2 or more than 3, you would not get the decimal only part, e.g. test with
>
>lnNumber = 344.8990034
>
>and with lnNumber = 23.44
>
>What exactly is the goal here?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform