VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Open a text file FAST

Timothy Pew  (3 Submissions)   Files/File Controls/Input/Output   Visual Basic 3.0   Beginner   Wed 3rd February 2021

Opens a text file much fast than a "Do While Not EOF(filenumber)" loop. Makes
file load times almost non-existant.

Inputs
The filename of the file to open.

Assumes
The filename that you pass to the function must exist, otherwise an error will occur.

Returns
The text contained in the file.

Side Effects
I have yet to run into any. If you do happen to find one leave a comment and I will fix it.

Rate Open a text file FAST (3(3 Vote))
Open a text file FAST.bas

Open a text file FAST Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters