public string GetScriptVariable(string variableName) { return(imlInterp.GetLocalVariable(variableName)); }