Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Remainder
Message
From
21/12/2012 01:39:38
 
 
To
21/12/2012 00:40:20
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
01560368
Message ID:
01560369
Views:
133
This message has been marked as the solution to the initial question of the thread.
>N=301.45
>? n-int(n)
>
>Just curious - is there a way of displaying .45 without substracting the integer.
>
>tnx
>k

Yes, there are two ways built in
?n%1
?mod(N,1)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform