Here is the template code;
Paste this code into a c # cube;
project.Context["CreateVarValue"] = (Action<string,string,bool,bool,bool>)((namevarcreate,valuevarcreate,createvarquick,resetvalue,infotolog) => {
string NameSave = namevarcreate;
string ValueSave = valuevarcreate;
bool Quick =...