Read Words from a URL

Razvan Pantescu razvanx at hotmail.com
Fri Oct 15 13:53:14 EDT 2010


Thank you Colin for help, it works perfect!!

Raz.



> From: coiin at verizon.net
> Date: Fri, 15 Oct 2010 13:25:11 -0400
> To: use-revolution at lists.runrev.com
> Subject: Re: Read Words from a URL
> 
> 
> On Oct 15, 2010, at 1:19 PM, Razvan Pantescu wrote:
> 
> > http://beta.mindcast.com/folders/32ilym4b/?context=list_fileset
> 
> 
> When you do:
> 
> get URL "http://beta.mindcast.com/folders/32ilym4b/?context=list_fileset"
> 
> 'it' then contains:
> 
> http://www.w3schools.com/tags/ref_entities.asp
> http://www.quirksmode.org/css/cursor.html
> 
> and you can grab each line of 'it' to use the individual URLs.
> 
> So, it could be like this:
> 
> put URL "http://beta.mindcast.com/folders/32ilym4b/?context=list_fileset" into urls
> put line 2 of urls
> 
> would give you:
> 
> http://www.quirksmode.org/css/cursor.html
> 
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
 		 	   		  


More information about the use-livecode mailing list