Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
35.61 to 3561
Message
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00535735
Message ID:
00535742
Views:
11
>Suppouse I have a value 35.61
>
> How can I print it to paper using a report so
> that is printed as 3561
>
> The point should not appear on the paper
>
>
> Thanks

Just muliply the value by 100
myvalue = 35.61
? myvalue * 100
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform