This is the mail archive of the kawa@sourceware.org mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gnu.lists.PairWithPosition.toString() truncates the list?


Ethan Herdrick wrote:
OK, what do you recommend for something that will take

'(1 2 3 4 5 6 7 8 9 10 11 12)

and return

"(1 2 3 4 5 6 7 8 9 10 11 12)"

format works: (format "~s" '(1 2 3 4 5 6 7 8 9 10 11 12))

Or ~a, if you want display-style rather than write-style
output.
--
	--Per Bothner
per@bothner.com   http://per.bothner.com/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]