Question
Number counter using slider, 3 digits and 1 decimal place - HELP Please
Greetings,
I would like to animate a number slider with three digits and one decimals place. The expression below can get me three digits.
However, I can't figure out how to add one decimal place. Please help. Also, if you have a simpler expression, please share with me.
str=""+Math.round(effect("Slider Control")("Slider"));while (str.length<3) str = "0" + str;str
Thank,
Sam
