Monday, November 26, 2012

3 line date stamp...

Here is a quick and easy way to insert a textblock with username, date, and time.

^C^C_text;\;BY: $m=$(GETVAR,LOGINNAME);;;Date: $m=$(edtime,$(getvar,date),MO"/"dd"/"yy);;;Time: $m=$(edtime,$(getvar,date),HH:MMam/pm);

Yet again, this is another code for the AutoCAD LT users out there, but also works on Full version AutoCAD.  The only difference for the non-LT users is that the beginning of the code is going to be as follows:

^c^c_text;j;mc;\;0;BY: $m=$(GETVAR,LOGINNAME);;;Date: $m=$(edtime,$(getvar,date),MO"/"dd"/"yy);;;Time: $m=$(edtime,$(getvar,date),HH:MMam/pm);

And then your finished product will be:


p.s. you won't have the line under the date...that is just my crosshair that got in the way...

No comments:

Post a Comment