Hi ALL,
The following is a sample of a routine structure:
I don't see a "IF" statement can simply apply to this routine because each module contains several commands/functions.Code:(defun c:TEST (/ A1 A2 A3) (MODULE 1) (MODULE 2) (MODULE 3) (MODULE 4) ; the routine would continuously jump to MODULE 6 if MODULE 5 is not executed. (MODULE 5) ; the routine should stop without MODULE 6 running if MODULE 5 is executed. (MODULE 6) ); end of defun
Your helps are much appreciated.
Thanks in advance.


Reply With Quote
