SynopsisTest to see if a Form variable is defined. Prototype#include "webs.h" int websTestVar(webs_t wp, char_t *variable); Parameters
DescriptionThe websTestVar procedure returns TRUE if the specified variable is defined in the Form environment table. If the variable is not defined, the value of the default is returned. Return ValueReturns 1 if the variable is defined, otherwise 0 is returned. Exampleif (websTestVar(wp, "Wizard") { /* Running as a wizard */ } Stability ClassificationStable. See Also |