# this method loads the on screen variables into the running class def loadrwdscheduleconfigurationvariables tmpfilename = RwdScheduleName+"-"+RwdScheduleVersion+".cnf" configfiletoload = File.join(ConfigurationDir, tmpfilename ) begin load configfiletoload @extraschconfigdatadisplay = "" @newschconfigurationresult = "Config Variables loaded" rescue @extraschconfigdatadisplay = "" @newschconfigurationresult = "loading error" end end