http://d.puremagic.com/issues/show_bug.cgi?id=4492
--- Comment #2 from Jonathan M Davis <[email protected]> 2010-07-21 17:39:34 PDT --- You get the elements in the wrong order. Now, you could do retro(take(retro(myRange), someNumber)) but that seems awfully inefficient, not to mention far more verbose than takeBack(myRange, someNumber) -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
