is there a way to jump to a certain line of the program if the "if" proves true? My "if" is if the user selects the same entity which shoudn't be done, ie. (if (equal ent1 ent2) (alert "You've picked the same line") How would i get that to allow the user to select again? TIA, Shawn