
set_bit(3)            LPC Library Functions            set_bit(3)

NNAAMMEE
       set_bit() - set a bit in a bitstring

SSYYNNOOPPSSIISS
       string set_bit( string str, int n );

DDEESSCCRRIIPPTTIIOONN
       Return  the  new  string  where  bit  `n' is set in string
       `str'. Note that the old string `str' is not modified.

       The max value of `n' is limited. Ask the administrator  if
       you want to now the maximum value.

       The new string will automatically be extended if needed.

       Bits are packed 6 per byte in printable strings.

SSEEEE AALLSSOO
       clear_bit(3), test_bit(3)

Majik                      26 Jul 1997                          1

