[Ecls-list] Problem with ADJUST-ARRAY and strings
Goffioul Michael
goffioul at imec.be
Fri Apr 29 08:28:42 UTC 2005
It looks like ADJUST-ARRAY cannot be called on strings:
> (setq x (make-array 5 :element-type 'character :adjustable t))
" "
> (adjust-array x 10)
Cannot replace the array " " by the array #(#\ #\ #\ #\ #\ NIL NIL NIL NIL NIL).
Broken at ADJUST-ARRAY.
>> :q
Top level.
> (adjust-array x 5)
Cannot replace the array " " by the array #(#\ #\ #\ #\ #\ ).
Broken at ADJUST-ARRAY.
Bye.
Michael.
More information about the ecl-devel
mailing list