Getting the value of an external variable from memory by its identifier

Call:

var_extern_set(string varname, string varnameforvalue);

или

var_extern_set(string varname, double varnameforvalue);


Here:

varname - variable name, varnameforvalue - variable name to which the value of the external variable will be written.