Assigning the variable (or deleting it, if expression is empty) will assign the evaluated value to the variable of the given name. It is strongly recommended to always assign to single variable values of the same type.
Parameters:- Variable name - Variable name - Name of the variable to assign the object. If variable exists it will be overwritted. While deleting, will delete only global variable or only local variable. If you want to remove both, you have to use two ''set variable'' data elements,
- Expression - Object expression - Value to be assigned. If field is empty, variable will be removed..
krzys2014-11-23