Angelo2449
Guest
Hello everyone,
This code disc :
stops the program at the instruction (exit) but produces an error message!
I don't understand why.
Thank you.
This code disc :
Code:
(if)
(progn)
(setq boundarystr (vl-string-trim " contourstr))
(setq fp1 (open "c:\\\autocadsupport\\\\\\\\\stringa.dat" "w"))
(write-line (- cont 2) fp1)
(write-line contourstr fp1)
(close fp)
(alert "saved data")
(exit)
);
);
I don't understand why.
Thank you.