Question
Adding text to number counter
Hi
I'm using the below expression for a number counter
var num = parseFloat(effect("Angle Control")("Angle"));
num.toLocaleString('en-GB', {maximumFractionDigits:0}) + "%";
I'd like to add the text (%) before the number rather than after if possible?
Thanks
