OFFBIT - set bit to 0.

Usage:

call offbit(bit, word)

Where:

bit
is the bit within "word" to clear.
word
is an single word integer or real variable with the bit to clear.

Description:

OFFBIT turns off a bit in a word. The most significant (left most) bit is numbered 0, the least significant 35.

This routine is obsolete, use the intrinsic functions FLD or AND instead.

Copyright © 1996, Thinkage Ltd.