brucexs wrote: > http://powerpro.webeddie.com/download/ppro4705.zip
I'm a little puzzled, has it always been that file.writeall
returns before the written file is readable? I didn't think so.
When I single step this code in the debugger
local tf=env("TEMP")++?"\"++scriptname++"-"++date++time++".txt"
file.writeall(tf,h.gettext)
notepad &(tf)
file.deletenorecycle(tf)
notepad opens the new temp file, but if I just run the code, notepad
complains that it can't find the temp file.
