Skip to content
Prev 177505 / 398503 Next

(no subject)

[1] 1 2 3 4 5                           <<< in sorted order
[1] "a"    "is"   "test" "this"      <<< in sorted order
[1] 3 2 4 1                     <<< original positions, e.g. mylist[3] is "a"
On Sat, Apr 18, 2009 at 10:46 AM, Dan Cary <daniel_cary at hotmail.co.uk> wrote: