Sha256: bb1e33e1a6042223ba2ca4c8a9e9f3cff1ea0e88d5ef4c200284436ca07d39fc

Contents?: true

Size: 423 Bytes

Versions: 13

Compression:

Stored size: 423 Bytes

Contents

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

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
rwdhypernote-0.03 code/superant.com.hypernote/loadconfigurationvariables.rb
rwdhypernote-0.05 code/superant.com.hypernote/loadconfigurationvariables.rb
rwdhypernote-0.04 code/superant.com.hypernote/loadconfigurationvariables.rb
rwdschedule-0.93 code/superant.com.schedule/loadconfigurationvariables.rb
rwdschedule-1.00 code/superant.com.schedule/loadconfigurationvariables.rb
rwdschedule-0.99 code/superant.com.schedule/loadconfigurationvariables.rb
rwdschedule-0.94 code/superant.com.schedule/loadconfigurationvariables.rb
rwdschedule-0.95 code/superant.com.schedule/loadconfigurationvariables.rb
rwdschedule-0.97 code/superant.com.schedule/loadconfigurationvariables.rb
rwdschedule-0.96 code/superant.com.schedule/loadconfigurationvariables.rb
rwdschedule-1.01 code/superant.com.schedule/loadconfigurationvariables.rb
rwdschedule-0.98 code/superant.com.schedule/loadconfigurationvariables.rb
rwdschedule-1.02 code/superant.com.schedule/loadconfigurationvariables.rb