Jump to content

is it possible to make an automate "date"?


1eo
 Share

Recommended Posts

Greetings,

 

 

In some of the layouts that I use, have the current date included ;) .... Some how, my most common mistake is to forget change the date when I'm plotting a new copy!!! :o

 

Is there any way to make it automate??? :D

 

Rgerads,

leo

Link to comment
Share on other sites

We use a diesel routine on the edge of our drawings. the following text is copied into a rtext line.

 

$(getvar, "dwgname") $(edtime,0,DDDD MONTH DD", " YYYY", "H:MM:SSam/pm) Copyright $(edtime,0,YYYY), Company Name

 

 

Hope it helps,

 

Mike

Link to comment
Share on other sites

is there a variable that needs to be changed for that to work? I've given up on fields as a plot stamp, since i have to manually type in updatefield every time before I plot. so I went back to the desiel routine, which updates every regen.

 

Mike

Link to comment
Share on other sites

We use a diesel routine on the edge of our drawings. the following text is copied into a rtext line.

 

$(getvar, "dwgname") $(edtime,0,DDDD MONTH DD", " YYYY", "H:MM:SSam/pm) Copyright $(edtime,0,YYYY), Company Name

 

 

Hope it helps,

 

Mike

 

 

Thanks Mike.... it works great!

 

As soon as we update (we have 2004) I'll try the oder solutions :D

 

Regards,

Leonardo

Link to comment
Share on other sites

  • 9 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...