See the top rated post in this thread. Click here

Page 1 of 3 123 LastLast
Results 1 to 10 of 26

Thread: Date Stamp Routine

  1. #1
    Certifiable AUGI Addict robert.1.hall72202's Avatar
    Join Date
    2004-07
    Location
    Detroit Michigan
    Posts
    2,508
    Login to Give a bone
    0

    Default Date Stamp Routine

    Anybody have a lisp routine that will replace x-xx with the current date in hyphenated format
    (ie. 5-20-05) ?????

    I use x-xx to represent dates and then when a drawing gets released I replace it with the current date. Ive seen some lisp routines for the date stamps, but nothing that would do what I need.

  2. #2
    The Silent Type RobertB's Avatar
    Join Date
    2000-01
    Location
    Seattle WA USA
    Posts
    5,859
    Login to Give a bone
    0

    Default Re: Date Stamp Routine

    Why not use a field?

  3. #3
    Certifiable AUGI Addict robert.1.hall72202's Avatar
    Join Date
    2004-07
    Location
    Detroit Michigan
    Posts
    2,508
    Login to Give a bone
    0

    Default Re: Date Stamp Routine

    How would that work????

    If I insert several fields for the date, I don't see how I could update all of them in one shot.

  4. #4
    I could stop if I wanted to
    Join Date
    2002-02
    Location
    Kansas
    Posts
    487
    Login to Give a bone
    0

    Default Re: Date Stamp Routine

    use the find command to replace all the xx-xxx to the new date

    note: find command new in 2000 was part of express tool on r14
    with some changes in 2005 and 2006
    Last edited by jwanstaett; 2005-05-23 at 01:51 PM.

  5. #5
    Certifiable AUGI Addict robert.1.hall72202's Avatar
    Join Date
    2004-07
    Location
    Detroit Michigan
    Posts
    2,508
    Login to Give a bone
    0

    Default Re: Date Stamp Routine

    That would work except I am looking for something that would just take "Todays Date"
    and fill it in............all my designers would need to do is run a lisp routine and everything would be dated for release.

  6. #6
    I could stop if I wanted to scwegner's Avatar
    Join Date
    2004-12
    Location
    Minneapolis, MN
    Posts
    449
    Login to Give a bone
    0

    Default Re: Date Stamp Routine


  7. #7
    The Silent Type RobertB's Avatar
    Join Date
    2000-01
    Location
    Seattle WA USA
    Posts
    5,859
    Login to Give a bone
    0

    Default Re: Date Stamp Routine

    I would advise not using RText if you are planning on supporting AutoCAD 2006. There is a serious bug returned by ActiveX when it hits RText. ActiveX does not know how to handle RText and throws an exception.

  8. #8
    I could stop if I wanted to scwegner's Avatar
    Join Date
    2004-12
    Location
    Minneapolis, MN
    Posts
    449
    Login to Give a bone
    0

    Default Re: Date Stamp Routine

    Quote Originally Posted by RobertB
    I would advise not using RText if you are planning on supporting AutoCAD 2006. There is a serious bug returned by ActiveX when it hits RText. ActiveX does not know how to handle RText and throws an exception.
    Oops. Didn't know that. So I guess there are some advantages to using stone-age AutoCAD.

  9. #9
    All AUGI, all the time bbapties's Avatar
    Join Date
    2003-12
    Location
    Palm Harbor, FL
    Posts
    537
    Login to Give a bone
    0

    Default Re: Date Stamp Routine

    im still confused on why you can't use fields......after inserting they would update everytime you open the drawing........or if for some reason you worked starting at 11pm on one day and needed to plot at 1am the next (assuming you still had the drawing open) you could just do a quick "updatefield"....

  10. #10
    Certifiable AUGI Addict robert.1.hall72202's Avatar
    Join Date
    2004-07
    Location
    Detroit Michigan
    Posts
    2,508
    Login to Give a bone
    0

    Default Re: Date Stamp Routine

    Updating the date everytime I open a drawing or resave the file is unacceptable. Im working with an engineering change level/release date. Has nothing to do with when a drawing was plotted and/or worked on.

Page 1 of 3 123 LastLast

Similar Threads

  1. Date Stamp on Drawings
    By svaughn511442 in forum Revit Structure - General
    Replies: 0
    Last Post: 2012-05-29, 03:40 PM
  2. Customize Date stamp?
    By ben76red in forum Revit Architecture - General
    Replies: 1
    Last Post: 2010-06-16, 12:49 PM
  3. date stamp
    By mgonzales.224492 in forum AutoLISP
    Replies: 7
    Last Post: 2010-01-22, 09:58 PM
  4. date stamp
    By chris.macko125036 in forum Revit Architecture - General
    Replies: 1
    Last Post: 2008-10-02, 03:50 PM
  5. Date Stamp
    By alana116 in forum CAD Management - General
    Replies: 2
    Last Post: 2008-07-15, 07:26 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •