Sha256: 9b913e452b254ac96753f35a6789d3fb785301e2517990df910aebcf3f5d5099
Contents?: true
Size: 555 Bytes
Versions: 3
Compression:
Stored size: 555 Bytes
Contents
# this method views an existing address record def loadhtmlnoterecord2 require 'fileutils' @a_eventfilename = $currenteventtext 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
3 entries across 3 versions & 1 rubygems