TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: MeasureUp on October 23, 2012, 12:19:25 AM

Title: Time Displayed on Titleblock
Post by: MeasureUp on October 23, 2012, 12:19:25 AM
I'm going to update the drawing titleblock.
I'd like to preset a time digit in the titleblock in "HH:MM:SS" format to show the time when the drawing is opened each time.
It doesn't require to update the timer when the user is working on the drawing.
I don't prefer to load a piece of code outside the drawing.
Obviously (getvar "cdate") doesn't simply work with an attribute.
Don't have a clue.

Your helps are much appreciated.
Title: Re: Time Displayed on Titleblock
Post by: Serge J. Gianolla on October 23, 2012, 01:08:15 AM
You don't provide enough info for a accurate judgment call, but with what I got reading you, see if the date field can help  8-)
Title: Re: Time Displayed on Titleblock
Post by: MeasureUp on October 23, 2012, 07:23:29 PM
Yes, "field" is what I am looking for.
Thanks for your help.