From ... From: Erik Naggum Subject: Re: accessing second return value off of read-from-string Date: 1996/06/01 Message-ID: <3042613720912308@arcana.naggum.no>#1/1 X-Deja-AN: 157891273 references: <4ok5au$rpq@sdcc12.ucsd.edu> <3042464163910489@arcana.naggum.no> <31AED85C.167EB0E7@dfki.uni-sb.de> organization: Naggum Software; +47 2295 0313 newsgroups: comp.lang.lisp [Erik Naggum] | see `nth-value' if you only want the second value. [Michael Wein] | This is possible, however nth-value is intended as a universal accessor | function for sequences and not for retrieving multiple values. reading the fine manual is highly recommended. http://www.harlequin.com/books/HyperSpec/Body/mac_nth-value.html you're confusing `nth' and `nth-value'. -- sometimes a .sig is just a .sig