I have a lisp routine for the dimcontinue command. When activated, the current layer will change to our DIM layer, then when done should go back to the original layer. Problem is, after the first dimension is placed, the next will be put on the original layer not the DIM layer. I need this to execute after the user hits enter: (setvar "CLAYER" oldlayer) Thanks.