i am trying to find a string in a richtext box and this is what i do...
for example the content of my richtextbox is
a
a
b
a
b
i do rich.selstart = 0
rich.find "a"
then i get the positiion of the first a.
But how do i do now to find the second or third a?
I only can find the first.
thanks,
