Sha256: 1014dbe824b95c9d4b331e98a5f171ddc3a109311762394546f358207d7c2b97
Contents?: true
Size: 510 Bytes
Versions: 4
Compression:
Stored size: 510 Bytes
Contents
# this method views an existing address record def loadhtmlnoterecord2 require 'fileutils' begin # exception trapped block fileName = @a_viewhypernote2 fd = File.open(fileName,"r") @a_notedata2 = fd.read fd.close rescue SystemCallError, StandardError $stderr.print "system call error: " + $! end # exception rescue end
Version data entries
4 entries across 4 versions & 1 rubygems