2005 Tabledit dealio... Why no text showing up?

Discussion in 'AutoCAD' started by Sage Cowsert, Jul 16, 2004.

  1. Sage Cowsert

    Sage Cowsert Guest

    In autocad 2005

    (setq testpnt (getpoint))

    pick inside existing table cell

    (command "_.tabledit" testpnt)

    Seems to work but the text that was there isn't displayed.

    (command "_.tabledit")

    at the command line type in "!textpnt"

    Displays correctly. Weird... How can I get (command "_.tabledit" testpnt) to
    display the text?

    Thanks for the thoughts.
    Sage
     
    Sage Cowsert, Jul 16, 2004
    #1
  2. Sage Cowsert

    ECCAD Guest

    This sequence seems to work.
    (setq testpnt (getpoint))
    !testpnt
    echo the point to the command line
    pick inside existing table cell
    Type: !

    Bob
     
    ECCAD, Jul 17, 2004
    #2
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.