that's interesting, how about if you just change to
Or having anoher Var likeCode:if compvalue > (vin + 1) then serout porta.5,6,[#vin,10,13] endif
Code:TestVar=vin+1 if compvalue > TestVar then serout porta.5,6,[#vin,10,13] endif
that's interesting, how about if you just change to
Or having anoher Var likeCode:if compvalue > (vin + 1) then serout porta.5,6,[#vin,10,13] endif
Code:TestVar=vin+1 if compvalue > TestVar then serout porta.5,6,[#vin,10,13] endif
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Bookmarks