Quote Originally Posted by Luckyborg View Post
I', pretty sure it is only used as a goto, so if you wanted to use it as a return you would have to do something like

Code:
get_data:
   SerIn2 PORTC.7,813,2000,nodata,[x]
Serin2_return:
...
return

nodata:
...
...
goto serin2_return

David
I was already using structures like the one in your example, then i'll continue using'em

Thanks for the help David.