VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



read a text file

by EGOR (1 Submission)
Category: Miscellaneous
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Thu 20th January 2005
Date Added: Mon 8th February 2021
Rating: (1 Votes)

read a text file

Rate read a text file



on error goto e

egor = FreeFile

Open "FILE PATH" For Input As #egor

Text1.Text = Input(LOF(filenum), #egor)

exit sub

e:

msgbox Err.Description


Download this snippet    Add to My Saved Code

read a text file Comments

No comments have been posted about read a text file. Why not be the first to post a comment about read a text file.

Post your comment

Subject:
Message:
0/1000 characters