This function prints a formatted string in the manner of the C vprintf function.
string fmt; va_list ap; long rc; rc = somVprintf(fmt, ap);