LADJ(Expr,width,c=' ')
Left pads Expr with character c and returns a string of width characters in length. Parameter c is optional. Default value the space character (' ') .
Go Back