I have two text strings that I have read from a text file. The text strings that I have read are the 8 characters each, 859c58d4 and 80434d43. I have assigned them the varible names of string1 and string2.
This text strings in reality represent hex values.
How do I convert these text strings into numerical (long integers perhaps) so that I might subtract one from the other?
Please help a noob trying to learn VB6.
Rich
This text strings in reality represent hex values.
How do I convert these text strings into numerical (long integers perhaps) so that I might subtract one from the other?
Please help a noob trying to learn VB6.
Rich
Comment