hi there,
I want to display a float number
for example 9.98 or PI-3.14
how do I do it?
I want it to be dynamic, I want to display it like this:
x("x_object")/100
in a string or anything..
also, an alternable value can store float numbers?
Printable View
hi there,
I want to display a float number
for example 9.98 or PI-3.14
how do I do it?
I want it to be dynamic, I want to display it like this:
x("x_object")/100
in a string or anything..
also, an alternable value can store float numbers?
Use x("x_object")/100.0
to store it in sting use:
str$(x("x_object")/100.0)
And alterable values can store floats.
Btw, I'm a Lior too. ;)
תודה
To all those out there who didn't understand the above comment: תודה is the Hebrew word toda, which means "thank you".