may i guess that b wasn't previoulsy defined as a byte or word and it returned a Syntax error?
may i guess that b wasn't previoulsy defined as a byte or word and it returned a Syntax error?
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
b = $7E 'line 15
debug $7E
I get a ERROR Line 15: Syntax error. (API.pbp)
thanks it works!
where can I find more information about the Hex2
I didn't find it in the www.melabs.com (pro basic documentation)
Look in your PBP manual under DEBUG or SEROUT2 for data modifiers each
command supports.
They don't go into great details on using them, but they're there.
Bookmarks