Quote Originally Posted by batori
It works fine but when i do this:

Code:
p1 = FindText(txtLoginW, "TEXT1", 2, ";")

    p2 = FindText(txtLoginW, "TEXT"", 2, ";")

    p3= FindText(txtLoginW, "TEXT3", 2, ";")
I get only the first result from p1.....from MyArray(0)

It would be nice to get the found data on P1...

Can i do that somehow?

Thanks for the help m8!
this line has a double quote: p2 = FindText(txtLoginW, "TEXT"", 2, ";")
should this be TEXT2 ?"TEXT""