first previous next last contents

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.



first previous next last contents
This page is maintained by staden-package. Last generated on 1 March 2001.
URL: http://www.mrc-lmb.cam.ac.uk/pubseq/manual/scripting_40.html