<iSTRRPAD> Tag
<iSTRRPAD | SRC="source string" | ( ) |
DST="destination string" | ( ) | |
NUM="number of characters" | (length of SRC) | |
> |
This resolves to the SRC string padded on the right with the character in DST to a length of NUM. | |
Usage | This could be used to create a string of a specified length. |