InsertString
Inserts the given string into the data area at the given offset.
InsertString (offset as Integer,
string as String)
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.