I want to read a file and
put it in a byte array.
Why wont it put it in the
array?

Code:
 
Dim StrFile as String
Dim bytTemp() As Byte
StrFile = "C:\readme.txt" 
    Open strFile For Binary As #1
    Get #1, , bytTemp
    Close #1
ReadMe.txt:
Code:
 
MainBoard : M599LMR
BIOS Date : Release 03/08/2000S

VGA : SiS Multimedia V1.08
Sound : Version 2.32
Modem : Pctel R7.64-pcc-06
Lan DAVICOM : Version 1.12
Gamut : Version 1.56
Super Voice : Version 2.2
Audio Rack : Version 2.32


[Edited by Evan on 08-29-2000 at 03:13 PM]