/sys$common/syshlp/helplib.hlb FORTRAN, Intrinsic Procedures, IBSET *Conan The Librarian (sorry for the slow response - running on an old VAX) |
IBSET (integer, position) A function that returns the value of the first argument with the specified bit set to 1. The low-order bit is position 0. +------+---------+----------+------------+-------------+ | Args | Generic | Specific | Argument | Result Type | +------+---------+----------+------------+-------------+ | 2 | IBSET | IIBSET | INTEGER*2 | INTEGER*2 | | | | JIBSET | INTEGER*4 | INTEGER*4 | +------+---------+----------+------------+-------------+
|