• lisp: entmod

    From kottishankar@gmail.com@21:1/5 to Chris Huminski on Wed Oct 17 10:15:33 2018
    On Wednesday, March 25, 1998 at 1:30:00 PM UTC+5:30, Chris Huminski wrote:
    Dear Sir,

    Will someone kindly tell me what possible meanings these error messages
    have:

    "bad entmod list"

    "bad entmod list value"

    Here's a sample of how I'm trying to make the selected entities have color=bylayer:

    (setq en (ssname ss 0)
    el (entget en)
    prp2 (cons '62 '256)
    prp1 (assoc '62 el)
    sb (subst prp2 prp1 el)
    )
    (entmod sb)
    (entupd en)

    Is there anything wrong with that lisp?

    Thanks,

    Chris H

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)