------------------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)
Printable View
------------------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)
How would I open a file as binary and store the whole lot in a string? (for encryption)?
Thanks
Please someone help me!?!?!
Thanks a lot. How would I write a variable to a file with this method? Put does not seem to be working as it should