
Originally Posted by
Darrel Taylor
ARRAYREAD/ARRAYWRITE are new in PBP 2.60.
I guess the RTFM would be section 5.3 (page 50) in the manual.
There haven't been any tutorials that I know of yet.
Essentially, ARRAYREAD is the same as a SERIN2.
But it works on data that is already in an Array, instead of data being received via RS232.
All the same modifiers work. WAIT DEC HEX BIN etc.
Instead of a timeout, you specify the number of bytes to check.
If it runs out of bytes before it satisfies the parameters, it jumps to the label. (ex. No_Hugo)
The way I used it makes it more like an IF statement for Strings.
hth,
Bookmarks