Quote Originally Posted by Archangel View Post
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.
OUCH, I tested this, the program size passed from 8496 bytes to 10000 bytes.
But I will try if it works.