Searching with rvseoMultiItem
Posted: Thu May 20, 2010 11:39 am
I have an RVF text with the same formatting which includes a lot of iterative words, like this:
÷÷÷
<IMAGE>÷÷÷
÷÷÷
<IMAGE> contains an image.
When I start searching with command
at the first search the word '÷÷÷' is found and selected, but at the second search AN IMAGE is found and selected, not the next '÷÷÷'! Why?
And if I use the same searching in the included table, just whitout image, I can't find all the words '÷÷÷' except first. Why?
How can I find all the words whitout images?[/img]
÷÷÷
<IMAGE>÷÷÷
÷÷÷
<IMAGE> contains an image.
When I start searching with command
Code: Select all
Found := AEdit.SearchText('÷÷÷', [rvseoMultiItem, rvseoDown]);
And if I use the same searching in the included table, just whitout image, I can't find all the words '÷÷÷' except first. Why?
How can I find all the words whitout images?[/img]