I've got a silly thing to do :
Let's say I have a string like that :
Code: Select all
mystring.s="Firstword Secondword;"Code: Select all
mystring.s=" FirstWordwithoutsecondword;"We consider that the number of words is illimited.
Ok, the aim is to do the fastest way as possible, and I don't know the way to do it
I could use severals ReplaceString and RemoveString but it would be slow, what would you suggest ?


