PString
From REALbasicWiki
PString is a string in the Pascal format. In this format, the length of the string is stored in the first byte, followed by the data in subsequent bytes. Thus a Pascal string can be at most 256 bytes in length. PString is mostly useful for declaring some older Mac OS functions.
