CTAB variable

Discussion in 'AutoCAD' started by shanesparks, Jul 27, 2004.

  1. shanesparks

    shanesparks Guest

    Hi All,

    Does anyone know how to get the current
    TAB as a variable and then have it searched
    for in the SSGET command "AND" implied filtering.
    (setq curtab (getvar "CTAB")) gets me the variable name.

    Here is what I want.
    (setq sst (ssget "X" '((0 . "INSERT")(66 . 1)(2 . "tblk2004")(410 . curtab))))
    I don't think it is possible though in this method. Maybe I
    am missing an easy alternative way using Table Search or
    something.

    Thanks,

    Shane
     
    shanesparks, Jul 27, 2004
    #1
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.