Username display?

Discussion in 'AutoCAD' started by trubbelke, Sep 17, 2003.

  1. trubbelke

    trubbelke Guest

    We currently use RTEXT to display the time, date & file path on all of our plots. I would like to include the username. Any suggestions? I do not want to use the plot stamp.
     
    trubbelke, Sep 17, 2003
    #1
  2. add $(getvar, "loginname") to your RTEXT deisel string




    We currently use RTEXT to display the time, date & file path on all of our
    plots. I would like to include the username. Any suggestions? I do not want
    to use the plot stamp.
     
    Jason Edwards, Sep 17, 2003
    #2
  3. trubbelke

    Kelly Boyd Guest

    Here's the code we use to display the username for our rtext plot stamps:

    Plotted by: $(upper,$(getvar,"loginname"))

    And if you'd like the full plot stamp we use:

    Drawing: $(upper,$(getvar,"dwgprefix")$(getvar,"dwgname")) Layout Tab: $(upper,$(getvar,"ctab"))
    Xrefs: $(upper,$(xrefs , ,))
    Images: $(upper,$(images , ,))
    Date: $(edtime,$(getvar,date),MO/DD/YYYY) Time: $(edtime,$(getvar,date),HH:MM:SS AM/PM)
    Plotted by: $(upper,$(getvar,"loginname"))

    Of course some of those fields are optional depending on what features you use within AutoCAD. Works great for use and our discipline (civil).

    kwb
    We currently use RTEXT to display the time, date & file path on all of our plots. I would like to include the username. Any suggestions? I do not want to use the plot stamp.
     
    Kelly Boyd, Sep 17, 2003
    #3
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.