Over 1.097.000 registered users (EN+CZ).
AutoCAD tips, Inventor tips, Revit tips.
Try the new precise Engineering calculator and the updated Barcode generator.
New AutoCAD 2026 commands and variables.
Discussion forum
?CAD discussions, advices, exchange of experience

Please abide by the rules of this forum.
This is a peer-to-peer forum. The forum doesn't replace the official direct technical support provided by ARKANCE for its customers.
How to post questions: register or login, go to the specific forum and click the NEW TOPIC button.
|
Post Reply ![]() |
Author | |
NorthLan ![]() Newbie ![]() Joined: 15.Jun.2010 Location: United Kingdom Using: AutoCAD Map3D2009, AutoCADLT2007 Status: Offline Points: 2 |
![]() Posted: 15.Jun.2010 at 11:00 |
Does anyone know if it is possible to create 2 block references within the same block. I am trying to create a block template that will automatically display both the filename and date. Also is it possible for the blocks to update themselves within a dwt without having to refresh them every new day? Thanks for your help.
|
|
![]() |
|
Cad64 ![]() Senior Member ![]() Joined: 17.Apr.2010 Location: United States Using: Autocad 2011, 3DS Max 2011, Photoshop CS5 Status: Offline Points: 491 |
![]() |
You can use a FIELD to insert a dynamic date and filename that will automatically update as necessary.
Or you can use the old RTEXT diesel expressions. Also dynamic and automatically updated.
Date = $(edtime,0,MON DD"," YYYY)
Date & Time = $(edtime,0,MON DD"," YYYY - H:MMam/pm)
Filename = $(getvar, "dwgname")
File Path & Filename= $(getvar, "dwgprefix")$(getvar, "dwgname")
To use Rtext, type RTEXT at the command line and then choose "Diesel" from the list of options. This will open a little text window where you can copy and paste the code above.
|
|
Online Portfolio: http://www.rdeweese.com/
|
|
![]() |
|
NorthLan ![]() Newbie ![]() Joined: 15.Jun.2010 Location: United Kingdom Using: AutoCAD Map3D2009, AutoCADLT2007 Status: Offline Points: 2 |
![]() |
Thanks that works well, do you know how I could then imbed these within a block to make them editable as an attribute?
|
|
![]() |
|
Zupmicher ![]() Newbie ![]() Joined: 12.Jul.2010 Location: Chile Using: Autocad 2011 Status: Offline Points: 8 |
![]() |
Well I think your question was solved in part. To have a sort of base block is updated automatically with each change, beginning and end can act as more users, the solution is to block reference system. |
|
![]() |
Post Reply ![]() |
|
Tweet
|
Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |
This page was generated in 0,156 seconds.