Get the value of a variable by the identifier generated in a text string.

Address:

string s = var_by_txt("get", string varname);

double d = var_by_txt("get", string varname);

int i = var_by_txt("get", string varname);

bool b = var_by_txt("get", string varname);


Here varname is the variable identifier specified by the text ("var_320_ini", etc.).

Variables created by mass circulation can also be accessed by the identifier:

s = var_320_ini;