I have a huge number of commands to parse, so I'm trying to get through my list as quickly as possible.
In the line of code below
Code:
Parse01: Cmd=01 : ARRAYREAD Data_Array,32,Parse02,[WAIT("Status1?")]
If Data_Array is dimensioned to be 100 bytes, will the parser always sort through the MAXLENGTH (32) number of elements, or will it stop at the first NUL?
Also, is there any PBP variable (Rx, for example), that I can read immediately (like in the next line) to determine how many characters were read before the "Status1?" was matched?
Bookmarks