<iSTRJUST> Tag
<iSTRJUST | SRC="stringtojustify" | |
TYPE ="<left | right | center>" | ||
LEN="length to pad string" | ||
[PAD="charactertopad"] | ( ) | |
> |
This tag will justify a string by padding it to a certain length with a certain character. | |
Usage | A string is provided and the type of justification desired. The result length and the character to pad it with also need to be provided. This can be commonly used to center characters in a string. |