#12004/5/10 23:47:01
记事本:
username:="user name"
userid:="test"
notesfile:=recordslocation^userid^".txt"
notes:=readextfile(notesfile)
if notes="" then
notesdisplay:="<you haven't recorded any notes,yet .....>"
else notesdisplay:=notes
end if
timestamp:=date^","^hour^":"^minute
都代表什么格式,怎么去理解啊,555555~~~