sketch11 Posted December 22, 2019 Author Posted December 22, 2019 By trial and error this seems to work. (defun blkins (blkname) ;the name of the program or function must be defined in the first statement (command "-INSERT" blkname (getpoint "\nPick insertion point") 1 "" 0) ;"1" is the scale, "0" is the rotation (command "-rename" "block" blkname (strcat blkname "-" (rtos (getvar "cdate") 2 6))) ; rtos: Converts a number into a string strcat: Returns a string that is the concatenation of multiple strings ) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.