SynopsisSet the value of a JavaScript variable Prototype#include "ej.h" void ejSetVar(int eid, char_t *variable, char_t *value); Parameters
DescriptionThe ejSetVar procedure defines the current value of the JavaScript variable. All JavaScript variables are stored as strings. .Return ValueNone ExampleejSetVar(eid, "name", "John Smith"); See Also |