first previous next last contents

vmessage

#include <text_output.h>
void vmessage(char *fmt, ...);

This C function displays text in the text output window or prints to stdout when in a non graphical environment. Arguments are passed in the standard printf syntax. Hence vmessage("output"); and vmessage("value=%d",i); are both legal uses.

vmessage ?text ...?

This is the Tcl interface to the vmessage C function. Any number of arguments can be specified. Each are concatenated together with spaces inbetween them.



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_32.html