ViewerStringSPrintf
Prints information to a viewer string.
Synopsis
int ViewerStringSPrintf(Viewer v,char *format,...)
Input Parameters
v -a string viewer, formed by ViewerStringOpen()
format -the format of the input
Collective on Viewer (Hmmm, each processor maintains a seperate string)
Fortran Note
This routine is not supported in Fortran.
Keywords
Viewer, string, printf
See Also
ViewerStringOpen()
Location: src/viewer/impls/string/stringv.c
Viewer Index
Table of Contents