/sys$common/syshlp/helplib.hlb PASCAL, Predeclared Routines, Allocation, BIT_OFFSET *Conan The Librarian (sorry for the slow response - running on an old VAX) |
The BIT_OFFSET function returns an integer value that represents the bit position of a field in a record. Syntax: BIT_OFFSET( t,f ) The parameter 't' can be of any record type or variable, and the parameter 'f' can be any field contained in that record.
|