back to Table of Contents


IntArg (sub)

Add a (16-bit) integer to the given va_list string, call this subroutine, if the C/C++ argument to add is of the type (int16), (short), (short int) or a similar 16 bits wide integer datatype, eg. for the %hd, %hi, %hu, %ho, %hx and %hX formatting tokens.


SYNTAX:

IntArg vargs$, value%

INPUTS:

vargs$ (STRING variable)

value% ((_UNSIGNED) INTEGER)


RESULT:

vargs$ (STRING variable)


ERRORS:


back to Table of Contents