CompuServe Messages

#Filter Parmeter/KSCRIPT5

    11-Apr-95 11:11:03
Fm: Martin Doudoroff/KUB 74664,2144
To: DAVID CAMP 75242,1207
>> No wonder I'm having trouble getting my scripts to work <g> << I will be the first to admit that our approach to bitmasks is somewhat un- intuitive. Real bit masks (a la C) are conceptually intuitive (if you understand what a bit is), but even still, they are a little technical for normal use. In this case we were face with a no-win situation: we either went with an integer extrapolation of a bitmask, or we added a huge heap of variables onto the system. Martin