Open "file1" For Random As #2 Len = num_of_hpixels
Status: Pre-Alpha
Brought to you by:
paulpaterson
The open statement accepts an optional length
argument.
e.g.
Open "file1" For Random As #2 Len = num_of_hpixels
The reference for the open statement is here.
http://msdn.microsoft.com/library/default.asp?
url=/library/en-us/vbenlr98/html/vastmopen.asp
vb2py doesn't seem to recognize the length argument.