From the NannyMUD documentation

LAST CHANGE

2000-12-14

FUNCTION


NAME

        clear_bit - Clear a bit in a string bitfield.

SYNTAX

	string clear_bit(string bitstring, int pos)

DESCRIPTION

	This function will clear the indicated bit in the given bitstring.

SEE ALSO

        set_bit in efun/type_related/set_bit

SEE ALSO

        test_bit in efun/type_related/test_bit