I need a little direction here if any one can help. I have a lisp that draws flex than inserts a block found on our network. example (command "insert" "blockname" pause "96" "96") there is much more to this lisp, but this is the area i'm confused about. when it issues the block insertion I have the X,Y scale written in the lisp to come in at 96,96 being a 1/8" scale drawing. I want however the block scaling to be determined by the userr1 variable, so the size will vary depending on what scale of drawing we are working on. can i issue a setvar within a command?