Hi,
I Have a CString (MFC) which contains the following three conditions separated as follows.
Message=("Condition1|Condition2|Condition3")
I am trying to extract the three conditions from the CString and use them to perform other operations. However I cant seem to find the right built-in function.
Could someone please advise on what the best way to do this will be? Cant seem to find a function which can strip away to the left and right of the "|" operator.
Thanks in advance.