Admin
Administrator
652 Posts |
Posted - October 17 2014 : 09:54:03 AM
|
Hi tobor,
Yes, simply put the two tags in your script back to back wherever needed.
See the Title-Block Update Wizard.
You are not limited to simply the items in the drop-down menus... you can cut/paste them together in the script editor.
For instance... I have a script that updates the datestamp in drawings with a "Title" block, and a "date" attribute...
(LOAD "$HUR_PATH$LISP/TB_WIZ1.LSP") ;------------- TB_WIZ1 "TITLE" DATE $MM$/$DD$/$YYYY$ REGEN ;-------------
I've taken the individual string $MM$ string and the $DD$ string and the $YYYY$ string, and combined them with a "/" divider to produce the current date separated by "/".
In the above script, todays date would be outputted upon batch script creation as 10/17/2014.
Hope that helps! |
Hurricane for AutoCAD http://www.74mph.com FAQ at http://www.74mph.com/faq/faq.html Tutorials at http://www.74mph.com/tutorials.html |
|
|