Returns a string from the data area starting at the specified offset.
ExtractString (offset as Integer[,
length as Integer]) as String
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.