AutoLISP question
18-Apr-88 12:17:56
Sb: #21943-AutoLISP question
Fm: Training [ADESK] 73417,2235
To: Prakash Teli 73417,1755
Prakash —
There's really no difference in using AutoLISP from an AutoCAD menu
file and using it at the "Command:" prompt.
A space character in a menu file is an explicit carriage return.
The "Can't re-enter AutoLISP" error message indicates that the
AutoCAD-AutoLISP communication buffer is in use by an active function, and
that no new function can be called until the active one is complete. Can
you give me an example of the AutoLISP function-menu selection that is
causing this error? We should be able to debug your code and fix it.
— Brad
..