Croftyno1
5th Jan 2011, 10:44 am
I have 6 selections sets in my lisp routine
ss1, ss2, ss3, ss4, ss5, ss6
I also have 6 programs in the same lisp routine and each program uses one selection set in the order as above.
My problem is that if there is no value for ss1 for the first program, it will not continue to run the next one along. Having said that if I have a value for every selection set the routine works fine.
How would I write the code to say, if no ss1 then continue to the next progam, if no ss2 then run the next program etc.
The value for my selection sets are (layers).
- Crofty -
Whose idea was it to put an "S" in the word "lisp"?
ss1, ss2, ss3, ss4, ss5, ss6
I also have 6 programs in the same lisp routine and each program uses one selection set in the order as above.
My problem is that if there is no value for ss1 for the first program, it will not continue to run the next one along. Having said that if I have a value for every selection set the routine works fine.
How would I write the code to say, if no ss1 then continue to the next progam, if no ss2 then run the next program etc.
The value for my selection sets are (layers).
- Crofty -
Whose idea was it to put an "S" in the word "lisp"?