Inserts the specified number of bytes, starting with the specified TEXT * address, at the insertion point.
Syntax
void _EdInsert(WHANDLE wh, TEXT *theStr, unsigned long Bytes)
WHANDLE wh;            /* Handle of editing window. */
TEXT *theStr;               /* Address of beginning of insertion text. */
unsigned long Bytes;         /* Number of bytes to insert. */