BitMaskSet(number, mask, start, length)Returns number bitwise masked with length bits of mask beginning from start.
See also BitMaskClear and BitMaskRead.
Long integer to be masked.
Long integer specifying the mask.
Integer specifying the starting bit in number for masking.
Integer specifying the length of mask.