Code: Select all
<weblink>
<![CDATA[
https://www.domainName.com/p.php?l=0&p=0056&id=171
]]>
</weblink>
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Code: Select all
<weblink>
<![CDATA[
https://www.domainName.com/p.php?l=0&p=0056&id=171
]]>
</weblink>
Code: Select all
put lineOffset("<

Code: Select all
on mouseUp
   put "<![CDATA[https://www.domainName.com/p.php?l=0&p=0056&id=181]]>"  & CR & "<![CDATA[https://www.domainName.com/p.php?l=0&p=0064&id=151]]>" into tURLtoExtract
   local tStart,tEnd
   put matchtext(tURLtoExtract, "<!\[CDATA\[(.*)\]\]",tURL) into tSuccess
   put matchchunk(tURLtoExtract, "<!\[CDATA\[(.*)\]\]",tStart,tEnd) into tSuccess
   put tSuccess into line 1 of msg
   put tStart into line 2 of msg
   put tEnd into line 3 of msg
   put tURL into line 4 of msg
end mouseUp