#4
by surjeet singh
<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by CAD_B:
Surjeet, I am not sure what you are asking. Your program stops at the Alert box. Are you looking for another way to pause execution? The get- functions are the usual way to do this : getpoint, getreal, getkword, etc.<HR></BLOCKQUOTE>
Hello !!
I am sorry that a little bit confusion is created. My question means that when a statement as shown (command "pline" pause pause "") is going to be execute, program is jump to next statement before the complete execution of previous statement. i.e. according to the first statement, program has to ask for two pick points (pause pause) but after picking first point, program jump to next statement and the again previos statement(command "pline" pause pause "") executes. That is my problem.
(defun c:draw ()
(command "pline" pause pause "")
(alert "polyline is drawn")
)
Hope! you understand what's my problem.
thanks and regards
surjeet singh