Hi Bill,
After looking at it and testing for a while, there was an error in most of my early includes files. I learned about the jumpover a little late. I compensated for this in my example programs, but it made it harder for others to use.
For instance, in your LCD_3310v32.inc file, please change goto Start to goto OverLCD
and at the very bottom of this include file, add this line: OverLCD:
This fixed your code for me.
Edit: and you should have _j or any other variable, but not _Variable as your variable. _Variable is used in the macro to get your variable. So use: PrintVar x,x, _j or something.




Bookmarks