Hi,
I`m writing an encryption program. The probelm is when I go through files the program ignores commas ",". The code isnt that complicated it just uses Mid$. Any ideas?
Thanks
Zotud
Printable View
Hi,
I`m writing an encryption program. The probelm is when I go through files the program ignores commas ",". The code isnt that complicated it just uses Mid$. Any ideas?
Thanks
Zotud
how are you inputting the file, why not use Line Input, that might solve the problem
Switch to a more complex encryption such as Binary encryption.
Try using MidB().