Re: C to EU
- Posted by Tommy Carlier <tommy.carlier at pandora.be> May 26, 2004
- 596 views
Kusnirak wrote: > global constant DXBD_R_ON = or_bits(#0409,(or_bits(PM_BD, (or_bits(PM_DXXX, > (or_bits(PM_SHORT, > PM_FW)))) If you use Win32Lib, you could make this even easier:
global constant DXBD_R_ON = or_all({#0409, PM_BD, PM_DXXX, PM_SHORT, PM_FW})
-- tommy online: http://users.pandora.be/tommycarlier

