why cannot filter

Discussion in 'AutoCAD' started by caduser, Jul 31, 2003.

  1. caduser

    caduser Guest

    (setq pick:eek:bj(car(entsel)))
    (setq pick:eek:bj1(cadr(assoc -3(entget pick:eek:bj '("WCHOLE")))))
    (setq txt3(cdr(nth 1 pick:eek:bj1)))
    (setq sel:eek:bj (ssget (list'(0 . "INSERT")(list -3(list "WCHOLE" (cons 1000
    txt3))))))
    samething problem with this filter???
     
    caduser, Jul 31, 2003
    #1
  2. You cannot filter on XData's data, only the application name.

    --
    R. Robert Bell, MCSE
    www.AcadX.com


    | (setq pick:eek:bj(car(entsel)))
    | (setq pick:eek:bj1(cadr(assoc -3(entget pick:eek:bj '("WCHOLE")))))
    | (setq txt3(cdr(nth 1 pick:eek:bj1)))
    | (setq sel:eek:bj (ssget (list'(0 . "INSERT")(list -3(list "WCHOLE" (cons
    1000
    | txt3))))))
    | samething problem with this filter???
    |
    | --
    | caduserĀ©
    | Design & Engineering Dept.
    |
    |
     
    R. Robert Bell, Jul 31, 2003
    #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.