------------------Code:Dim MyFile as byte Dim strFile as String MyFile = freefile Open "Whatever" for binary as MyFile strFile = String(LOF(MyFile), " ") Get MyFile,,strFile Close MyFile
r0ach(tm)
|
Results 1 to 4 of 4
Thread: Binary
|
Click Here to Expand Forum to Full Width |