Targeting specific index bytes with SPSTR function
perry.gnoid
Posts: 10
Hi All -
I'm using the BS2px stamp and trying to SERIN multiple bytes with SPSTR function. I need to divide the bytes into multiple messages for speed but want to save each message into specific indexes so as to not overwrite the previous message.
Is there a method to target a specific index byte as a starting point? Right now, I have the 1st message as 8 bytes and by default starts at index 0.
SERIN 16, 16780, [noparse][[/noparse]SPSTR 8]
I want the next message to start at index 9 and so forth staggering upward creating a total of 32 bytes.
Thanks!
p
I'm using the BS2px stamp and trying to SERIN multiple bytes with SPSTR function. I need to divide the bytes into multiple messages for speed but want to save each message into specific indexes so as to not overwrite the previous message.
Is there a method to target a specific index byte as a starting point? Right now, I have the 1st message as 8 bytes and by default starts at index 0.
SERIN 16, 16780, [noparse][[/noparse]SPSTR 8]
I want the next message to start at index 9 and so forth staggering upward creating a total of 32 bytes.
Thanks!
p
Comments