Scripting competition

Alex Tweedly alex at tweedly.net
Mon May 11 18:01:38 EDT 2009


Mark Wieder wrote:
>
> Thanks. I've been looking for an excuse for this. Here's one that came
> my way recently (and this gets to the heart of some of the recent math
> stuff as well):
>
> ...Calculate the 211th Fibonacci number...
>
>   

I don't suppose you'd be impressed by

> put url 
> "http://www.mcs.surrey.ac.uk/Personal/R.Knott/Fibonacci/fibtable.html" 
> into temp
> replace numtochar(13) with CR in temp
> filter temp with "*211*:*"
> set the itemDel to ":"
> put word 1 of item 2 of temp

Hmmm - maybe a real solution will take longer :-)

-- Alex.



More information about the use-livecode mailing list