On Dec 5, 2009, at 10:12 AM, Colin Holgate wrote:

> 
> On Dec 5, 2009, at 12:30 PM, Dave Cragg wrote:
> 
>> How would you do the following in Java/C/etc?
>> 
>> get last item of line 2 of url 
>> "http://ichart.finance.yahoo.com/table.csv?s=RBS.L";
>> 
>> but rather, 
>> 
>> How would you get and display the latest stock price for RBS.L from the 
>> internet in Rev/ Java/C/etc?
> 

Applescript:

set AppleScript's text item delimiters to ","
item -1 of text items of paragraph 2 of (do shell script "curl 
http://ichart.finance.yahoo.com/table.csv?s=RBS.L";)_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to