code/superant.com.rwdtinkerbackwindow/saveconfigurationrecord.rb in rwdschedule-0.94 vs code/superant.com.rwdtinkerbackwindow/saveconfigurationrecord.rb in rwdschedule-0.95
- old
+ new
@@ -1,5 +1,5 @@
- # this method adds a new address record
+ # this method saves the configuration record
def saveconfigurationrecord
require 'fileutils'
if @a_configurationfilename
newname = "%s" % [@a_configurationfilename] # grab the filename to create
newdata =@a_configline1.to_s + "\n" + @a_configline2.to_s + "\n" + @a_configline3.to_s + "\n" + @a_configline4.to_s + "\n" + @a_configline5.to_s + "\n" + @a_configline6.to_s + "\n" + @a_configline7.to_s + "\n" + @a_configline8.to_s + "\n"