back to Table of Contents


VFPrintF (sub)

Write formatted output into the given file, this subroutine does emulate the C/C++ stdio function vfprintf(), additional to the arguments required for formatting, it also needs the channel number of the already opened file as first argument.


SYNTAX:

VFPrintF ch%, fmt$, vargs$

INPUTS:

ch% (INTEGER)

fmt$ (STRING)

vargs$ (STRING variable)


ERRORS:


back to Table of Contents