InsertString

InsertString (offset as Integer,
              string as String)

offset
The offset in the data area where the string is to be inserted.
string
The source string.

Inserts the given string into the data area at the given offset.