How do one display a decimal in the visualization . I want to write it in with num pad to a real and then the value must also be displayed that was written in.
I manage to write the value in as long as there is no decimal.
Thank you
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
if you want to put a decimal in type input configuration of an element on screen and then give it text input of variable textdisplay.
in this textdisplay it should read for example %2.5f
see help configure text
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi
How do one display a decimal in the visualization . I want to write it in with num pad to a real and then the value must also be displayed that was written in.
I manage to write the value in as long as there is no decimal.
Thank you
if you want to put a decimal in type input configuration of an element on screen and then give it text input of variable textdisplay.
in this textdisplay it should read for example %2.5f
see help configure text