Max number of storage variables in SERIN command

KeithRB

Senior Member
The Serin command lets you string an arbitrary number of result variables. Is there a limit to the number you can put in the command, or will I run out of RAM space first? 8^)
 

nick12ab

Senior Member
The syntax will mark it as correct for any amount of variables. Since the command puts what's received straight into the variables, it would make sense that it would work, however it would be unproductive because you'd have to overwrite variables multiple times.
 

KeithRB

Senior Member
For example, lets say you are looking for the 300th byte in a series, could you put 300 b0's so that after the command it contains the byte you want?
 
Top