PDA

Click to See Complete Forum and Search --> : Binary


r0ach
Jan 15th, 2000, 03:08 AM
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)

markwestcott
Jan 15th, 2000, 11:15 AM
How would I open a file as binary and store the whole lot in a string? (for encryption)?

Thanks

markwestcott
Jan 15th, 2000, 11:54 AM
Please someone help me!?!?!

markwestcott
Jan 15th, 2000, 05:37 PM
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