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.