back to Table of Contents


DoubleArg (sub)

Add a (64-bit) double to the given va_list string, call this subroutine, if the C/C++ argument to add is of the type (double), or a similar 64 bits wide floating point datatype, eg. for the %f, %F, %e, %E, %g, %G, %a and %A formatting tokens.


SYNTAX:

DoubleArg vargs$, value#

INPUTS:

vargs$ (STRING variable)

value# (DOUBLE)


RESULT:

vargs$ (STRING variable)


ERRORS:


back to Table of Contents