StringRead

Description #

Works almost identically to BASIC’s sub() command, except that the output will be in hexadecimal and two-byte tokens will read as two instead of one byte. It is particularly useful for extracting data from a string that may contain nonsensical data that simply needs to be manipulated. If you allow the start point to be zero, the size of the string in bytes is taken. For data manipulation, you should use the Edit1Byte command.

Technical Details #

Arguments #

det(27,“binstring”,start,readthismany)

Outputs #

Substring is returned.