Hi David

It's quite simple:

put url thisurl into mydata

repeat while "<img" is in mydata
  put offset("<img", mydata) into a
  put offset(">",mydate, a) into b
  if b < 1 then exit repeat
  add a to b
  put char a to b of mydata & CR after urlList
  delete char 1 to b of mydata
end repeat

this should fit any purpose - including where image tags are broken across 
multiple lines....

cheers
Xavier

[EMAIL PROTECTED] wrote on 10.02.2006 12:45:30:

> Hi,
> 
> I am trying to extract all images from a http:// page. I have never 
> worked with http: in RunRev before and was wondering if anyone had 
> any suggestions or a sample stack on how to do this?
> 
> Thanks a lot
> All the Best
> Dave
> 
> _______________________________________________
> use-revolution mailing list
> [email protected]
> Please visit this url to subscribe, unsubscribe and manage your 
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution



-----------------------------------------
To make communications with Clearstream easier, Clearstream has
recently changed the email address format to conform with industry
standards. The new format is '[EMAIL PROTECTED]'.

Visit us at http://www.clearstream.com

IMPORTANT MESSAGE

Internet communications are not secure and therefore Clearstream
International does not accept legal responsibility for the contents of
this message.

The information contained in this e-mail is confidential and may be
legally privileged. It is intended solely for the addressee. If you are
not the intended recipient, any disclosure, copying, distribution or
any action taken or omitted to be taken in reliance on it, is
prohibited and may be unlawful. Any views expressed in this e-mail are
those of the individual sender, except where the sender specifically
states them to be the views of Clearstream International or of any of
its affiliates or subsidiaries.

END OF DISCLAIMER
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to