/sys$common/syshlp/helplib.hlb PASCAL, Predeclared Routines, Transfer, UINT *Conan The Librarian (sorry for the slow response - running on an old VAX) |
The UINT function converts the value of the parameter and returns its unsigned equivalent. Syntax: UINT( x ) The parameter 'x' must be of an ordinal type. No error results if 'x' is an integer and has a negative value. The value returned is x MOD 2**32.
|