Inserting a dynamic number of characters into a String?

I need to make sure that different Strings always have the same number of chararcters, so I want to fill it up with Spaces in the end. But how do I generate that String of n Spaces?

thx,
U

Pad (String) will do what you need…

Oh, yes. I remember one of those nodes that so easily slips from memory ;)

ty