Hi,
What version of PBP do you have? As of v2.50 32bit variables are available in PBP...
Code:
myLong VAR LONG
And you can access the individual BYTES in a LONG with myLong.BYTE0, myLong.BYTE1 and so on.

/Henrik.