SynopsisWrite formatted data to the user's browser. Prototype#include "webs.h" int websWrite(webs_t wp, char_t *fmt, ...); Parameters
DescriptionThe websWrite procedure is the primary routine to write formatted data back to the user's browser. It can be used within both ASP procedures and Form procedures. It uses a printf style format string with a variable number of arguments. Data will be immediately flushed to the user's browser. Return ValueThe number of bytes actually written. ExamplewebsWrite(wp, "Name %s, Address %s", name, address); Stability ClassificationStable. See AlsoActive Server Pages, GoForms, websDone, websFooter, websHeader |