|
-
Feb 23rd, 2001, 11:29 AM
#1
Thread Starter
Addicted Member
Dear Friends,
Long time no see. greetings.
I wish to ask a stupid question but I really don't know. Is it the following statement can read the whole file into the string variable Buffer?
Dim buffer as string
Open "c:\temp.txt" For Binary As 1
Get #1,,Buffer
Close 1
By the way, if I wish to set the file pointer to the start, is it the following?
Seek #iFileHandle, 1
Thanks a lot.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|