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

<iSTRJUST> Tag


<iSTRJUSTSRC="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.
UsageA 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.


iSTRJUST example
Example Source Code
Top