-
Math.round: show always a number of 2 digits
Hi,
I’m using the expressionMath.round(effect(("Slider Control")("Slider")))
in the source of a text layer, which contains a slider. I need to show always 2 digits of the integer number in the slider; for example, “5” sould be shown as “05”, while “10” should be shown as “10”.How can I modify the expression in order to do this?
Thanks in advice.