Sha256: 735a96e37602f0437072d06a9538e844868c352848f456cb90816532668d66e9

Contents?: true

Size: 482 Bytes

Versions: 1

Compression:

Stored size: 482 Bytes

Contents

   # 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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bigtinker-0.95 code/superant.com.schedule/loadconfigurationvariables.rb