Author Topic: regarding limitation of lisp  (Read 1681 times)

0 Members and 1 Guest are viewing this topic.

viva

  • Guest
regarding limitation of lisp
« on: September 14, 2006, 07:04:57 AM »
hi everybody,
        is there any limitation for autolisp regarding size wise .i had written a lisp program . it was worked fine. i had run the lisp 10 mb data. it shows error . the error is  : bad argument type: numberp: nil. can anyone help me regarding this issue

regards
vivek

whdjr

  • Guest
Re: regarding limitation of lisp
« Reply #1 on: September 14, 2006, 08:02:10 AM »
Vivek,

The numberp error you got was not because of a file size, but because one of your functions assumed it was using a number and it was passed something else (ie. list, string, ...).  If you could post your code I'm sure someone could help you figure it out.