Sha256: 97b14966073e7dc0bc31c2c803b2c7aeb0d25715d67d45916b0b4d1b01fa04f2

Contents?: true

Size: 425 Bytes

Versions: 8

Compression:

Stored size: 425 Bytes

Contents

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

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
bigtinker-0.93 code/superant.com.hypernote/loadconfigurationvariables.rb
bigtinker-0.94 code/superant.com.hypernote/loadconfigurationvariables.rb
rwdhypernote-0.06 code/superant.com.hypernote/loadconfigurationvariables.rb
rwdhypernote-0.09 code/superant.com.hypernote/loadconfigurationvariables.rb
rwdhypernote-0.11 code/superant.com.hypernote/loadconfigurationvariables.rb
rwdhypernote-0.10 code/superant.com.hypernote/loadconfigurationvariables.rb
rwdhypernote-0.08 code/superant.com.hypernote/loadconfigurationvariables.rb
rwdhypernote-0.07 code/superant.com.hypernote/loadconfigurationvariables.rb