#<SUBR @01d509ec SETQ>

Discussion in 'AutoCAD' started by Adesu, Aug 18, 2004.

  1. Adesu

    Adesu Guest

    _$ setq ans 23)
    #<SUBR @01d509ec SETQ>
    nil
    23
    ; error: extra right paren on input
    _$

    I know this answer only "(" in front of "setq ans 23)",but I want know more
    so far about
    " #<SUBR @01d509ec ",can anybody point me about that,thanks a lot.
    Best regards
    Ade Suharna
     
    Adesu, Aug 18, 2004
    #1
  2. Adesu

    Doug Broad Guest

    You forgot the left parenthesis. Vlide returned
    the values of the 3 symbols.
    setq = #<SUBR....
    ans = nil
    23=23
    error of right parenthesis
     
    Doug Broad, Aug 18, 2004
    #2
  3. Adesu

    PG. Guest

    SUBR refers to internal and compiled function.
    USUBR refers to user-defined function (defun)

    -PG.
     
    PG., Aug 18, 2004
    #3
  4. Adesu

    Adesu Guest

    Hi PG and Doug,thanks a lot for your comment

     
    Adesu, Aug 19, 2004
    #4
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.