Synopsis: $pad( ) Technical: This function pads the end of with until it is characters long. If is longer than , nothing is done. Practical: This function is especially useful for forcing strings to a minimum length, possibly for a script that hooks and displays a /names reply. Returns: padded with a number of s until it's length is Examples: $pad(8 ! test) returns "test!!!!!" See Also: left(6); right(6); mid(6)