I don't understand... why does Holgate's code take 20 times longer 
than Brigaut's code on my machine, but not on Brigaut's machine? I'm 
on a Mac.

----

on mouseDown me

   srcList = []
   srcList[10000] = "smurf"

   oldMs = the milliseconds

   revList =[]
   repeat with thisEntry in srcList
     addAt(revList, 1, thisEntry)
     --revList.addAt(1, thisEntry)
   end repeat

   put "Holgate: " & the milliseconds - oldMs
end

----

-A.
[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email 
[EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for 
learning and helping with programming Lingo.  Thanks!]

Reply via email to