back to Table of Contents


VPrintF (sub)

Print formatted output to the screen, this subroutine does emulate the C/C++ stdio function vprintf(), it takes a format string, which contains literal text and formatting tokens. Also a va_list string is passed, which must contain the variable arguments to be formatted.


SYNTAX:

VPrintF fmt$, vargs$

INPUTS:

fmt$ (STRING)

vargs$ (STRING variable)


ERRORS:


back to Table of Contents