VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



EOF Function. Loads an entire text file to a textbox etc....

by Shayne Cairns (5 Submissions)
Category: String Manipulation
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Fri 24th February 2006
Date Added: Mon 8th February 2021
Rating: (1 Votes)

EOF Function. Loads an entire text file to a textbox etc....

Rate EOF Function. Loads an entire text file to a textbox etc....



Do While Not EOF(1)   ' Check for end of file.
   Line Input #1, InputData   ' Read line of data.
   Debug.Print InputData   ' Print to the Immediate window.
Loop
Close #1   ' Close file.


Download this snippet    Add to My Saved Code

EOF Function. Loads an entire text file to a textbox etc.... Comments

No comments have been posted about EOF Function. Loads an entire text file to a textbox etc..... Why not be the first to post a comment about EOF Function. Loads an entire text file to a textbox etc.....

Post your comment

Subject:
Message:
0/1000 characters