sertxd(#simPhase) doesn't parse

lbenson

Senior Member
I think #sim[something] must be a magic combination, even if it is successfully defined as a symbol.

The last line doesn't pass syntax.
Code:
#picaxe 40x2
symbol simPhase=b53 

simPhase = 99

sertxd(#b53,cr,lf)
sertxd(#simPhase,cr,lf)
If "simPhase" is changed to "symPhase" it works. Otherwise you can use the variable, "simPhase".
 
Top