@bptrinc cannot be used as for variable

oracacle

Senior Member
I just got the above syntax failure.
Its an older piece of code that I am looking through for inspiration on how to implement ideas on my current project.
This was originally written on an older version of editor 6, currently running is 6.0.8.11 (same issue on 6.0.9.3) because I haven't gotten around to updating yet on this machine, another that hasn't been updated for quite some time is running 6.0.6.2 and syntax checks fine.
Its being used in a bintoascii command

Code:
bintoascii [I][variable][/I], @bptrinc, @bptrinc....
 

hippy

Technical Support
Staff member
There were some issue in using @...Inc and @...Dec variables with some commands so where those issues occur those variables are no longer allowed.

It is recommended to use the latest version of PICAXE Editor and keep old installations up to date to avoid unexpected issues when program code is executed.
 

oracacle

Senior Member
fair enough, generally I do try and keep things up to date. I currently use 3 different machines for writing code, and only one for actually programming.
 
Top