SynopsisGet the value of a JavaScript variable Prototype#include "ej.h" char_t* ejGetVar(int eid, char_t *variable); Parameters
DescriptionThe ejGetVar procedure returns the current value of the JavaScript variable. .Return ValueReturns a pointer to the current value. Returns NULL if the variable does not exist. ExampleejGetVar(eid); See Also |