cmci
August 6th, 1999, 03:55 PM
The following code gives me "Variable uses an Automation type not supported in Visual Basic". aBuffer is just a String.
Open x For Binary Access Read As #1
Get #1, , aBuffer
Is there an easier way to read a steam in binary
Open x For Binary Access Read As #1
Get #1, , aBuffer
Is there an easier way to read a steam in binary