2.5.6.6 vSignedInt

The vSignedInt custom input type specifies a signed integer derived from a source token that MUST be a vNumAny custom token grouping or a PtgString, or PtgCy parse token. It is a vSignedLong custom input type with the additional restriction that the Value property MUST be greater than or equal to -32768 and less than or equal to 32767.

If the source token is not a vSignedLong or the source token Value interpreted as a vSignedLong is less than -32768 or greater than 32767, the input argument is not valid.