Left and Right Padding string function

Basic but usefull function.

Sample to pad left with zeros: PadLeft([field], '0')

Thanks!