Jump to content

Date Stamp


Recommended Posts

So I just started using the date stamp tool/script. I want to know is there a way by editing the script/creating a new script to have it update prior to print/export? I am not very good with vectorscripts, but it is what I am starting to focus on and this may be a good chance to learn a little.

Also, with whatever makes it the date stamp work in its script can I take that and have that work on my title block? I have date and filename options in my title block. What do I need to do to have that be put it automatically as it is in the date stamp tool?

mat

Link to comment

VectorGeek posted this excellent script a while ago - you can attach it to a saved view, and it will automatically update when you recall a view (such as the view that you are going to print):

Procedure reset_data;

VAR

h : HANDLE;

Procedure doit(h : HANDLE);

BEGIN

ResetObject(h);

END;

BEGIN

ForEachObject(doit,((R IN ['Data Stamp'])));

END;

Run(reset_data);

Link to comment

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...