| Posted: 06:26am 19 Jun 2019 |
Copy link to clipboard |
 Print this post |
|
I have a procedure loaded on my E100:
SUB GetPos (addr)
Blah, blah, blah
END SUB
I run the procedure from MMEdit's terminal Chat and the first time;
GetPos 1
it works as expected but the second time, I get the error:
"ADDR" already defined
I am almost sure that I wasn't getting this error a couple of days ago(???)....Am I missing something? |