Set the value of a variable with an identifier generated using a text string.

Appeal:

var_by_txt("set", string varname, void varvalue);


Here:

varname is the name of the variable (for example, "var_0_10_343_34").

varvalue is the value to assign to the variable.