Re: String Parser find text
Is this a bug, or does just nobody know how to use this?
Re: String Parser find text
This should work...
Your Edit Box 2 "Number of element, containing ipsum:" is set to "Str$(listFind( "String Parser", "ipsum", Val(Edittext$( "Edit Box 3" ))))" but listFind() returns the index where the first "ipsum" was found searched from the start index Val(Edittext$( "Edit Box 3" )).
You have to update the start index for every search else only the index of the first word will be returned. Search after the first search from the returned index and so on ...