T
Tim Kelley
I am new to Visual C++ and I am having difficulty parsing a string. We have
a database that has a text field that contains multiple lines (seperated by
a carriage return and new line characters). I retrieve the field into a
CString type variable (just because that is what is used elsewhere in the
program). I need to parse out the lines of the data into 2 or 3 seperate
variables. Am I using the correct data type? If so, what functions can I
use to find and then parse (substring) out the portion of the string I need.
Thanks for your help.
a database that has a text field that contains multiple lines (seperated by
a carriage return and new line characters). I retrieve the field into a
CString type variable (just because that is what is used elsewhere in the
program). I need to parse out the lines of the data into 2 or 3 seperate
variables. Am I using the correct data type? If so, what functions can I
use to find and then parse (substring) out the portion of the string I need.
Thanks for your help.