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