SynopsisSet the value of a Form variable. Prototype#include "webs.h" void websSetVar(webs_t wp, char_t *var, char_t *value); Parameters
DescriptionThe websSetVar procedure defines the value of a Form variable. If the variable is already defined, the value is updated. The variable is defined only for this web browser connection and its value must be non-NULL. Values are stored in a fast access symbol table using a hash lookup mechanism. Return ValueNone ExamplewebsSetVar(wp, "Name", "Peter Smith"); Stability ClassificationStable. See Also |