Thanks Henrik

so to translate from

Code:
Dim MyVar As Byte At Buffer + &H01 Overlay
I would use

Code:
MyVar  VAR Buffer.Byte$01
Thanks again

Dave