<iSTRLPAD> Tag
<iSTRLPAD | SRC="source string" | ( ) |
DST="destination string" | ( ) | |
NUM="number of characters" | (length of SRC) | |
> |
This resolves to the SRC string padded on the left with char in DST to a length of NUM. | |
Usage | This could be used to create a table of contents with leading characters. |