




vTcl_SetResult
#include <tcl_utils.h>
void vTcl_SetResult(Tcl_Interp *interp, char *fmt, ...);
This function is a varargs implementation of the standard Tcl_SetResult
function. The Tcl result is set to be the string specified by the fmt
and subsequent arguments in the standard sprintf
style.
NOTE: The current implementation has a limit of setting up to 8192 bytes.





This page is maintained by staden-package. Last generated on 25 April 2003.
URL: http://www.mrc-lmb.cam.ac.uk/pubseq/manual/scripting_40.html