Hello,
I am using Vb6. I am receiving data over a commport, but for some reason erroneous data sometimes comes with it, I will get ascii characters and non printable characters quite often. The data I want is just the number portion. Watching the data come in, I have not been able to see a pattern except that the numeric portion is correct. I would like to be able to accept the data then filter out just the numeric portion of the data. I have looked on the web, but from what I have found most most of it pertains to .net If somebody would point me in the right direction I would greatly appreciate it...
Thanks,
JAS
I am using Vb6. I am receiving data over a commport, but for some reason erroneous data sometimes comes with it, I will get ascii characters and non printable characters quite often. The data I want is just the number portion. Watching the data come in, I have not been able to see a pattern except that the numeric portion is correct. I would like to be able to accept the data then filter out just the numeric portion of the data. I have looked on the web, but from what I have found most most of it pertains to .net If somebody would point me in the right direction I would greatly appreciate it...
Thanks,
JAS
Comment