Switch to edit mode.
Name(s): _confunc1: fork (1)
2: try
3: x = this:fileread("notelog.txt")
4: this:tell("<font color=yellow>More Notifies Logged:</font>")
5: for note in (x)
6: this:tell(tostr(note))
7: endfor
8: this:filedelete("notelog.txt")
9: except error (ANY)
10: endtry
11: endfork
12: pass(@args)
13: "Last modified by Blair (#9677) on Fri Apr 4 11:34:50 2003 MST."