back to Table of Contents


StrArg (sub)

Add a string pointer to the given va_list string, call this subroutine, if the C/C++ argument to add is of the type (char*), eg. for the %s formatting token.


SYNTAX:

StrArg vargs$, value$

INPUTS:

vargs$ (STRING variable)

value$ (STRING)


RESULT:

vargs$ (STRING variable)


ERRORS:


back to Table of Contents