I have a string which contains for example "bla bla something test1 = unknown".
I want to search the "=" and check if "test1" is infront of the =. If thats the case, i want to write "unknown" (which might be any word) to a new string.
I'm using Dev-C++ 4.9.9.2.
I would appreciate any input, thanks in advance! Emufarm