Forum unknown
· AutoLISP
#LISP EMPTY FILES
3 messages in this thread
Michael,
That is another indicator that the load failed, although it does not tell you
why it failed.
I would say from the sound of things, the system is only allowing one file to
be opened, then no more. Wierd. Here is an interesting test, take the routine
you wrote yesterday and type in it manually, removing the defun portion of
the code.
See if this one file I/O works.
Jamie
Jamie, I've tried that, and it doesn't work. From that point on AutoLISP will
not create a file larger than 0 bytes on the disk. I could see if after I
created a file that nothing appeared on the disk, but I can't understand why
Lisp can create the file, but just doesn't wwrite anything to it!!! —Mike
Jamie, I've tried that, and it doesn't work. From that point on AutoLISP will
not create a file larger than 0 bytes on the disk. I could see if after I
created a file that nothing appeared on the disk, but I can't understand why
Lisp can create the file, but just doesn't wwrite anything to it!!! —Mike