How to String Format

Befor String : “7”, “17”
After String : “07”, “17”

1 Like

Fine

Assign activity like this

Yourinputstring = Yourinputstring.padleft(2,cchar(“0”))

Cheers @sumouse

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.