Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Numbers
Message
From
25/07/2007 02:26:17
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01243124
Message ID:
01243384
Views:
19
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?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform