Remember to use the .Flush() function, and it shouldn't. It could slow down your program a bit. If you still get empty files at crash while using .Flush(), then you're either crashing before the call to .Flush(), or it's a bug in REALbasic.
On 5/18/06, Russ Jones <[EMAIL PROTECTED]> wrote:
On May 18, 2006, at 9:54 PM, [EMAIL PROTECTED] wrote: > I might do it. It seems like it would generate mountains of data so > I would have to write to a text file. A good idea. Works for me. But a word of caution: Make liberal use of the "Exception" facility, because if you crash out and the text file does not get closed properly, it will be empty. Therefore useless. That said, it is a very useful technique. Russ _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
-- Keith Bennett, tA-Kane Software developer and Macintosh enthusiast Free iPods!!! http://www.freeiPods.com/?r=10867472
_______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>