March 2002
Intermediate to advanced
528 pages
21h 29m
English
vprintf
void vprintf(stringformat[, arrayvalues])
Prints a string created by filling format
with the arguments given in the array
values. See printf
for
more information on using this function.