Sha256: 6f28f3fb7440ff4d93c510fd3f2bc8cf9594d4c4cea59efea8815cf40d70047e

Contents?: true

Size: 481 Bytes

Versions: 2

Compression:

Stored size: 481 Bytes

Contents

   # this method loads the on screen variables into the running class
   def loadrwdhypernoteconfigurationvariables

   tmpfilename = "rwdwhypernote-" + RwdHyperNoteVersion + ".cnf"
   configfiletoload = File.join(ConfigurationDir, tmpfilename )
   begin
    load configfiletoload
    @extrahypconfigdatadisplay = ""
@newhypconfigurationresult = "Config Variables loaded"
rescue
 @extrahypconfigdatadisplay = ""
 @newhypconfigurationresult = "loading error"
 end
  end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rwdhypernote-0.13 code/superant.com.hypernote/loadconfigurationvariables.rb
rwdhypernote-0.12 code/superant.com.hypernote/loadconfigurationvariables.rb