ExtractString

ExtractString (offset as Integer[,
                length as Integer]) as String

offset
The offset into the data area.
length
(optional) The length, in bytes, of the string to be extracted.

Returns a string from the data area starting at the specified offset.

If length is not specified, ExtractString returns data until it finds the first null terminator. If length is specified, ExtractString returns the number of bytes requested, including any nulls found in the string.