jbergoon Posted August 8, 2008 Posted August 8, 2008 Is there a way to add to the end of my script a command to save the current drawing name plus "_rev1". I am doing this for about 200 files. here is the script to update the block. I thought about using the (getvar "dwgname") somehow but can't get it to put that result from the get var into the saveas.....help! -INSERT CGPANSID=CGPANSID.DWG y 100,100 1 1 0 ERASE L ZOOM E Quote
fixo Posted August 8, 2008 Posted August 8, 2008 Try instead (strcat (getvar "dwgprefix")(getvar "dwgname")) ~'J'~ 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.