Quote Originally Posted by pxidr84 View Post
Hi,

I've PBP 2.60C, I didn't find any "long" variable. Where it is?
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.