ONBIT - set bit to 1.

Usage:

call onbit(bit, word)

Where:

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

Description:

ONBIT turns on 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 OR instead.

Copyright © 1996, Thinkage Ltd.