Hi,

I have a string like this as follows:

const char* Text = "CZARIUC=CHS,IND,e:\tools\rs\300\test,"

I want to take the string part,which is coming before The "=" Sign.ie: only CZARIUC.

How Can I do that?

Thanks in Advance..