CompuServe Thread

Forum unknown · AutoLISP

#LISP EMPTY FILES

3 messages in this thread
#21403From: Jamie Clay [Adesk]Mar 31, 1988 1:47 PM
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
#21409From: Michael J. EnosMar 31, 1988 3:56 PM
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
#21409From: Michael J. EnosMar 31, 1988 3:56 PM
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