From ... From: Erik Naggum Subject: Re: array input/output to files Date: 1999/08/15 Message-ID: <3143730628516198@naggum.no>#1/1 X-Deja-AN: 513091351 References: mail-copies-to: never Organization: Naggum Software; +47 8800 8879; +1 510 435 8604; http://www.naggum.no Newsgroups: comp.lang.lisp * gores@sip.medizin.uni-ulm.de (kp gores) | how can i fix this? since the standard reader macro for arrays only creates simple arrays, you would need to call ADJUST-ARRAY afterwards to set further options, or create a specialized reader macro or even use #. and write out a call to MAKE-ARRAY with the :INITIAL-CONTENTS keyword to include the contents. #:Erik -- (defun pringles (chips) (loop (pop chips)))