Is anyone out there good with appvars? I created an appvar like so: ld hl,appvart b_call setxxxxop2 b_call op2toop1 ld hl,10 b_call createappvar appvart: .db AppVarObj,"HELLO",0 Now how would I read from this appvar?? And can I define them as variables, like for instance, HELLO = 3rd byte. THanks for your help -joel