VMS Help PASCAL, Data Types, Ordinal, UNSIGNED32 *Conan The Librarian (sorry for the slow response - running on an old VAX) |
The UNSIGNED32 data type is equivalent to the following: Syntax: TYPE UNSIGNED32 = [LONG]UINT(0)..UINT(4294967295); {0..16#FFFFFFFF}
|