Padding string with specific character?

Is there a built in way to do this? Seems silly that the default padleft and pad right automatically assume you want to use spaces…

K, so yes there is for int and floats (using ToText()), but not for byte’s ToText()…

What was the way you found to do this?

If I remember correctly I converted byte to int then ToText().

I wanted this as well, I coded up the blueprints for a pad left, right and center. - YouTube

2 Likes