public void SetScriptVariable(string variableName, string variableValue) { imlInterp.SetLocalVariable(variableName, variableValue); }