Question IRIN Command Picaxe
By Chris the Carpenter
2008-10-07 20:43
2008-10-07 20:43
I am using the irin command right now and am running into a really simple problem...
It goes: irin [timeout,address],pin,var
The timeout is how long you want it to wait before skipping ahead to the address and the pin and variable are pretty self-explanitory. What I want to know is, what address do I use if I want it to just go to the next line of code? I don't need it to go to a whole other place in the code, just the next line. --Any thoughts?

make one up?
ianapp
just make up an address, right after your irin line? seems ugly, but maybe you don't care?
[timeout,address] can be
yeah, but...
I have used the "ugly" address line (in the next line) but the IRIN code is in a gosub loop -probably will work but I am a little worried.
And Frits- if you omit the [timeout,address] part it will not skip ahead until it gets a signal. It will just sit there and wait... forever! BTW IRIN is the only IR command that will do this, all the other IR "IN" codes wait until a signal is recieved before it will continue with the rest of the code.
just do not
it's also only specific to
Suck it and See