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
Printable View
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