New Function(s) in 8 - SetVar()/GetVarl() - Internal function from (Ver 8.0.0.1172)
SetVar() and GetGlobal() is fully implemented in DataEase 8 from version build 1172.
Format: SetVar("Variablename","Value") where both parameters are string. Returns Empty String.
Format: GetVar("Variablename") where parameter is string. Returns String.
Can be used in conjunction with any other function. IF one want to transfere a Date or number one can use it with new function ToText() which is being implemented in 8.0.0.1173
SetVar("Variablename",ToText(DateField))