Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Exporting Numeric Data without Decimal point
Message
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00698568
Message ID:
00698570
Views:
18
You can use TRANSFORM() function.
? Transform(0.223200 * 10^6, "@L 99999999999")
>How do I export a table extract [in SDF] which has the decimal point in the original data, but not write out the decimal point?
>
>I also must write out the values with leading zeros, like this:
>Field layout:      99999V999999
>Stored value:          0.223200
>new Table extract: 00000.223200
>
>It seems I can PAD with 0's, but I am unclear on the decimal issue.
>
>Thanks,
>
>Vic
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform