
Originally Posted by
Archangel
Declare variables as so:
MyByteVar Var Byte
MyWordVar var WORD
MyLongVar var Long
Then in the view tab (of MCS) click compiler options and put a check in the checkbox marked use long.
I think using LONG variables and compiler uses a bunch more memory though.
Bookmarks