Quote Originally Posted by Darrel Taylor View Post
The answer is in the error ...

Code:
ERROR: (wsave variable not found,)
ERROR: ("                     Add:"       wsave VAR BYTE $70 SYSTEM)
Many Thanks Darrel for the answer.

Itt compiles fine now.
However, cam up another issue;
how can i get a string of chars, like i use in Hserin, for instance;
Code:
Hserin [wait("OK"),STR ID\2,str DAdos\4]
I Will Send to the pic "OK32Hugo" and then i want to compare the "ID" and the "Dados".
I'm trying to figure out the example that you gave int the
http://www.picbasic.co.uk/forum/show...8336#post28336
but i'm not getting there, can you help me here on this? Waht to i have to put in the
Code:
serialin:				        


@  INT_RETURN
To Receive the data?