back to Table of Contents


GetArgs$ (function)

Get the actual args part for use as "va_list" parameter. As the vargs$ combines more properties than just the variable args, you need to call this function to extract the actual args part, which is then passed to the C/C++ function.


SYNTAX:

args$ = GetArgs$ (vargs$)

INPUTS:

vargs$ (STRING variable)


RESULT:

args$ (STRING)


ERRORS:


back to Table of Contents