Copyright Digital Equipment Corp. All rights reserved.

UINT

 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.