If your sure it's file I/O causing the slow down try using a low level
write to file vi (yellow color). High level write to file vi's such as
write characters to file or write to spreadsheet will privide more
functionality but will also cause more overhead to your program. Try
to log in binary if your not conserned with writing to a text file.

Reply via email to