back to Table of Contents


InitArgs (sub)

Initialize a new va_list string, this subroutine does the required magic to properly init a new va_list, so the other routines can operate on it to keep track of everything. Always make this the very first call on every new va_list string.


SYNTAX:

InitArgs vargs$

INPUTS:

vargs$ (STRING variable)


RESULT:

vargs$ (STRING variable)


back to Table of Contents