# $EPIC: insert.txt,v 1.3 2007/03/02 02:32:04 jnelson Exp $ ======Synopsis:====== $__insert__( ) ======Technical:====== * The argument is a [[what is a word|dword]] which is different from most function arguments. * If the integer argument is omitted the empty string is returned. * If the argument is omitted the empty string is returned. * The return value of this function is with the argument inserted after the th character. ======Practical:====== This function can be used to insert text into the middle of a string at a known location. You probably found the location by using $index() or $rindex(). ======Returns:====== input with inserted after the th character ======Examples:====== $insert(3 baz foobarbooya) returns "foobazbarbooya"