Hi Everyone,

I have written a big chunk of code an it is working well, but I am stuck on something having to do with strings.

I have received a string from a serial device which contains two target strings seperated by a comma. The data looks like this:

1432,765

the length may vary like this:

22567,8345

so the the comma is key as a locator. I can't figure out with what little documentation is in the users manual how to parse the string for these two numbers.

Thanks in advance!
TR