Hi,
I'm reading in a string of about 420 characters, the string is in binary. How do I either:
- convert a string of this length into an integer variable without getting a runtime error 6 (overflow error) which so far I have got from using CInt and Val commands.
- or read the file into an integer variable so that I can perform operations on it.
I've been searching for a while for this and can't find it anywhere, any help would be much appreciated. =)
I'm reading in a string of about 420 characters, the string is in binary. How do I either:
- convert a string of this length into an integer variable without getting a runtime error 6 (overflow error) which so far I have got from using CInt and Val commands.
- or read the file into an integer variable so that I can perform operations on it.
I've been searching for a while for this and can't find it anywhere, any help would be much appreciated. =)
Comment