[ Main Menu ] [ Extension Tools Menu ] [ Basic Edition Menu ]

<iSTRLPAD> Tag


<iSTRLPADSRC="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.
UsageThis could be used to create a table of contents with leading characters.


iSTRLPAD example
Example Source Code
Top