# $EPIC: pad.txt,v 1.3 2007/03/02 02:32:04 jnelson Exp $
$pad(<width> <char> <text>)
This function is especially useful for forcing strings to a minimum length, possibly for a script that hooks and displays a /names reply.
<text> padded with a number of <char>s until its length is <length>
$pad(8 ! test) returns "test!!!!"
This function first appeared in EPIC4pre1.046