BITAND function? Trying to use BITAND in variable address. BITAND 0x080 works but not BITAND 0x100 or above? Works in Cicode and graphics. Any ideas?
BITAND function? Trying to use BITAND in variable address. BITAND 0x080 works but not BITAND 0x100 or above? Works in Cicode and graphics. Any ideas?
Have you tried an expression like (tag BITAND 0x0200) > 0 ? This may alleviate the limitation of coercing a value > 255 into a digital.
Thanks Stuart that seems to work. I used Patricks suggestion as i might need all bits. Much easier using address then adding extra cicode. And can also populate via equipment module. Thankyou
I had tried something similiar earlier but without the brackets which confused it.
I had tried something similiar earlier but without the brackets which confused it.