Decimal Places
Decimal Places
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?
- Mr. Kibernetik
- Site Admin
- Posts: 4786
- Joined: Mon Nov 19, 2012 10:16 pm
- My devices: iPhone, iPad, MacBook
- Location: Russia
- Flag:
Re: Decimal Places
Where do you want to limit number of decimal places?
Re: Decimal Places
I would like to display the number in a text field.
- Mr. Kibernetik
- Site Admin
- Posts: 4786
- Joined: Mon Nov 19, 2012 10:16 pm
- My devices: iPhone, iPad, MacBook
- Location: Russia
- Flag:
Re: Decimal Places
STR$() function from Math section lets you to format the string.
Re: Decimal Places
thanks. i didn't see that.