How can we convert numbers to formatted strings? For example, from 1 to 10 to “01”,“02”,“03”,“04”,“05”,“06”,“07”,“08”,“09”,“10”
Hi @Jin you could try padleft
Hi @Jin , You can also try it this way.