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

<iSTRRPAD> Tag


<iSTRRPADSRC="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.


iSTRRPAD example
Example Source Code
Top