2.5.6.9 vUnsignedInt

The vUnsignedInt custom input type specifies an unsigned integer derived from a source token that MUST be a vNumAny custom token grouping or a PtgString or PtgCy parse token. It is a vUnsignedLong custom input type with the additional restriction that Value MUST be less than 65536.

If the source token Value interpreted as a custom input type of vSignedLong is less than 65536, Value is equal to the source token Value interpreted as a vSignedLong. Otherwise, Value is equal to the source token Value interpreted as a vSignedLong modulo 65536.