hi

i have this:

Code:
AnsiString test = "\1=this \2=is \3=all \4=test";

AnsiString another;
what should i do to search & put the, for example, 2=is into the variable another? the length of the ansistring test is variable.

thanks a lot