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)
- This must be any previously initialized va_list string variable.
value$ (STRING)
- The string to add, may be a literal or variable of either variable or fixed length, you may safely re-use a passed in string variable, as its string is copied for internal use in the va_list.
RESULT:
vargs$ (STRING variable)
- String pointer added to va_list (intended side effect on vargs$).
ERRORS:
- If vargs$ is no valid (initialized) va_list string, then this subroutine will panic with ERROR 97.