Page 1 of 1

Round function

Posted: 16 Jul 2014 23:59
by pat.afix78
Hi all,

I am currently using MikroBasic Pro :D . I am begginer :?
I tried to write a function that can display a number with a specific format such as ##.###
No thing simple at all. I guess an optimized library may help
Would you please create a Basic library ?
It may look like : round(number as float, " #.####") as string.

Thanks a lot
Patrice

Re: Round function

Posted: 18 Jul 2014 16:08
by marina.petrovic
Hi,

Thank you very much for your suggestion, I will pass it to our software developers and they will certainly consider it.

You can take a look at our Conversion library in compiler Help file.
Maybe some routines from the library can help you.

Best regards,
Marina

Re: Round function

Posted: 19 Jul 2014 11:12
by pat.afix78
Thanks I will try this way first.
Patrice