Author Topic: Threads  (Read 1094 times)

0 Members and 1 Guest are viewing this topic.

John Hancock

  • Guest
Threads
« on: January 19, 2007, 05:16:06 PM »
I have this program for threads that works great in 2002 but I have to load it every time, even when I am still in the same drawing.  If I make a mistake I have to reload. CAN some one help me?
I greatly appreciate all the help.

John

uncoolperson

  • Guest
Re: Threads
« Reply #1 on: January 19, 2007, 05:20:36 PM »
put it in a defun


add

Code: [Select]
(defun c:threadfun() to the begining


and

Code: [Select]
)
to the end

then type "threadfun" at the command prompt to run it