Page 1 of 1

Decimal Places

Posted: Sun Mar 06, 2016 6:28 pm
by greycheek
There doesn't seem to be a simple way of limiting the number of decimal places in a real number other than the FORMAT string function, which doesn't seem to work outside of the PRINT command. Am I missing something - is there a way?

Re: Decimal Places

Posted: Sun Mar 06, 2016 6:34 pm
by Mr. Kibernetik
Where do you want to limit number of decimal places?

Re: Decimal Places

Posted: Sun Mar 06, 2016 6:41 pm
by greycheek
I would like to display the number in a text field.

Re: Decimal Places

Posted: Sun Mar 06, 2016 6:47 pm
by Mr. Kibernetik
STR$() function from Math section lets you to format the string.

Re: Decimal Places

Posted: Mon Mar 07, 2016 4:24 pm
by greycheek
thanks. i didn't see that.