Sha256: c7abd8d0d2361b7d5c1e0016c6e1d857f067460c08aee2bff93ec9e5b7857b88

Contents?: true

Size: 470 Bytes

Versions: 1

Compression:

Stored size: 470 Bytes

Contents

   # this method loads the on screen variables into the running class
   def loadrwdshellconfigurationvariables
    rwdshellname = "rwdwshell" + RwdShellVersion + ".cnf"
   
   configfiletoload = File.join(ConfigurationDir, rwdshellname )
   begin
    load configfiletoload
    @extrarshellconfigdatadisplay = ""
@newrshellconfigurationresult = "Config Variables loaded"
rescue
 @extrarsconfigdatadisplay = ""
 @newrshellconfigurationresult = "loading error"
 end
  end

Version data entries

1 entries across 1 versions & 1 rubygems

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