[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Error? in clisp (solaris)
- To: clisp-list@ma2s2.mathematik.uni-karlsruhe.de
- Subject: Error? in clisp (solaris)
- From: martin@sinera.iiia.csic.es (Francisco Martin)
- Date: Fri, 08 Mar 1996 22:12:46 +0100
Hi folks,
I get the next error when I eval the following expression, why?
(loop
for idx upfrom 0 to (the fixnum (1- (length "Error")))
for char = (aref "Error" idx)
)
*** - AREF: index 5 for "Error" is out of range
Thanks in advance and I'm sorry if it's an stupid question...
_______________________________________________________________________
_/ _/ _/_| Francisco J. Martin Cervera
/ _/ _/ _| IIIA - Institut d'Investigacio en Intel.ligencia Artificial
_/ _/___| CSIC - Spanish Scientific Research Council
_/ _/____| Campus Universitat Autonoma de Barcelona
/ _/ _| 08193 Cerdanyola, Catalonia, Spain
Ph: +34 3 5809570 Fax: +34 3 5809661
e-mail: martin@iiia.csic.es WWW: http://www.iiia.csic.es/~martin
_______________________________________________________________________