Decimal Places

Post Reply
User avatar
greycheek
Posts: 34
Joined: Sun Mar 15, 2015 3:14 pm
My devices: MacBook Air, Iphone 6+, Ipad 2

Decimal Places

Post 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?

User avatar
Mr. Kibernetik
Site Admin
Posts: 4782
Joined: Mon Nov 19, 2012 10:16 pm
My devices: iPhone, iPad, MacBook
Location: Russia
Flag: Russia

Re: Decimal Places

Post by Mr. Kibernetik »

Where do you want to limit number of decimal places?

User avatar
greycheek
Posts: 34
Joined: Sun Mar 15, 2015 3:14 pm
My devices: MacBook Air, Iphone 6+, Ipad 2

Re: Decimal Places

Post by greycheek »

I would like to display the number in a text field.

User avatar
Mr. Kibernetik
Site Admin
Posts: 4782
Joined: Mon Nov 19, 2012 10:16 pm
My devices: iPhone, iPad, MacBook
Location: Russia
Flag: Russia

Re: Decimal Places

Post by Mr. Kibernetik »

STR$() function from Math section lets you to format the string.

User avatar
greycheek
Posts: 34
Joined: Sun Mar 15, 2015 3:14 pm
My devices: MacBook Air, Iphone 6+, Ipad 2

Re: Decimal Places

Post by greycheek »

thanks. i didn't see that.

Post Reply