VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



In a few lines of code easily read or write to a file using random access.

by Zoomin (1 Submission)
Category: Files/File Controls/Input/Output
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Wed 9th June 2004
Date Added: Mon 8th February 2021
Rating: (1 Votes)

In a few lines of code easily read or write to a file using random access.

Rate In a few lines of code easily read or write to a file using random access.



put #1, 1, "Hello"
get #1, 1, label1.caption
close #1

'this will write hello to a file then bring it back out and put it in a label

Download this snippet    Add to My Saved Code

In a few lines of code easily read or write to a file using random access. Comments

No comments have been posted about In a few lines of code easily read or write to a file using random access.. Why not be the first to post a comment about In a few lines of code easily read or write to a file using random access..

Post your comment

Subject:
Message:
0/1000 characters