Question:
Is there a way within VB to flush information sent to a file? Normally, information is buffered and not sentto the file until the buffer size is exceeded or thefile is closed. I’m looking for a way to flush the outputbuffer without explicitly closing the file.
Answer:
Whenever I want to do this type of operation, I normally close the file, and reopen it for writing/appending. That seems to be the most reliable way. I don’t know of a VB “flush” command like there is in C.
Charlie has over a decade of experience in website administration and technology management. As the site admin, he oversees all technical aspects of running a high-traffic online platform, ensuring optimal performance, security, and user experience.























