hi guys,
please help me how can i display number in this format example
0==>000
1==>001
2==>002
thanks
Develop games in your browser. Powerful, performant & highly capable.
With zeropad(number, digits)
If you get the number from a variable called MyNumber, it'll be zeropad(MyNumber, 3)