CADJ(Expr,width,c=' ')
Centers the value of Expr with left and right padding using the character c in a returned string of width length. Parameter c is optional. Default value the space character (' ') .
Go Back