back to Table of Contents


LongArg (sub)

Add a (32-bit) integer to the given va_list string, call this subroutine, if the C/C++ argument to add is of the type (int32), (long), (long int) or a similar 32 bits wide integer datatype, eg. for the %d, %ld, %i, %li, %u, %lu, %o, %lo, %x, %lx, %X, %lX and %c formatting tokens.


SYNTAX:

LongArg vargs$, value&

INPUTS:

vargs$ (STRING variable)

value& ((_UNSIGNED) LONG)


RESULT:

vargs$ (STRING variable)


ERRORS:


back to Table of Contents