void Ns_TclAppendInt ( Tcl_Interp* interp, int value );
Append an integer to the Tcl result. This is essentially a safe version of sprintf(interp->result, "%d", value).
Top of Page
Copyright © 1998-99 America Online, Inc.