MemoryBlock.PString
From Xojo Documentation
Method
Returns a String, up to 255 characters. The first byte is the length of the string. Offset is in bytes from the beginning of the MemoryBlock.
Sample Code
The following example stores a string in a MemoryBlock and displays it: