The Hurricane Forum
The Hurricane Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Hurricane for AutoCAD
 General Discussion
 tags

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

   Attach a File

Check here to subscribe to this topic.
   

T O P I C    R E V I E W
n/a Posted - October 17 2014 : 08:24:01 AM
is there a way to take two tags an add them together and make a new third tag. example customer number(klm01-01-5000a-001-e + page number to create a single tag the produces klm01-01-5000a-001-e001 as the final format to be placed back in the title block data in the drawing.
1   L A T E S T    R E P L I E S    (Newest First)
Admin 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!

The Hurricane Forum © 2009 - 2021 Go To Top Of Page
This page was generated in 0.16 seconds. Snitz Forums 2000