What I want to do is loop the prompt for the insulation thinkness if THK1 is nil. How do I put a condition in this setq to do that? (setq PT1 (getpoint " Pick start point... ") PT2 (getpoint PT1 " Pick end point or type in distance: ") THK1(getreal " Enter insulation thickness: ") THK2(* THK1 0.25) THK3(* THK1 0.40000000) THK4(* THK1 0.44721360) LEN1(distance PT1 PT2) LEN2(/ LEN1 THK1) ANG1(angle PT1 PT2) ANG2(+ ANG1 0.0) ANG3(+ ANG1 1.10714872) ANG4(+ ANG1 2.21429744) ANG5(+ ANG1 4.06888787) ANG6(+ ANG1 4.24874137) a 0 )