Read Words from a URL

Colin Holgate coiin at verizon.net
Fri Oct 15 13:25:11 EDT 2010


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




More information about the use-livecode mailing list