Subject: Re: accessing second return value off of read-from-string From: Erik Naggum <erik@naggum.no> Date: 1996/05/30 Newsgroups: comp.lang.lisp Message-ID: <3042464163910489@arcana.naggum.no> [Augustin Chan] | read-from-string returns 2 values, how do you access the second one? | We tried passing the read-from-string with parameters to another | function in order to access the 2 values, but that didn't seem to work. see `nth-value' if you only want the second value. -- sometimes a .sig is just a .sig