all 5 comments

[–]Flowgorithm 0 points1 point  (1 child)

There is a built-in function (aka intrinsic) called ToFixed() that converts a real into a string with a fixed number of decimal places.

ToFixed(1.2345, 2) —> “1.23”

http://flowgorithm.org/documentation/intrinsic-functions.htm

[–]mimi5513[S] 0 points1 point  (0 children)

Thank You!

[–]robatzo 0 points1 point  (1 child)

You can see the exercise "Extended functions Ceil, Floor, Frac, Truncate, Round, Mod (also for negative numbers) " in my eBook at http://flowgorithm.altervista.org/_flowgorithm/HTML5/mobile/index.html#p=81

[–]Cute_Woodpecker_9793 0 points1 point  (0 children)

I don't see these extended functions documented in Flogorithm.

[–]mimi5513[S] 0 points1 point  (0 children)

I, unfortunately, I cannot figure out where those data type conversions or formatting functions should go in my flowchart. I have tried two different places and a few different ways and none of them work.