Hi guys,


I've been tryin to extract links from a string....

I know how to search the entire textbox and replace all the data found...and i thougth to use that logic to extract links...but im stuck...

i did to replace:

for i=1 to 10
text1.text=replace(.......)
next i


Is there a way to get links out instead? hmmm


Thanks


Cheers!