lisp from another lisp

Discussion in 'AutoCAD' started by martin, Feb 21, 2004.

  1. martin

    martin Guest

    i have a lisp routine, let's say it starts with command x, which can be used
    on the command line normally but when launched from another lisp it syas (x
    unknown command), how can i fix this? both of the lisps are not original
    autocad files.
    martin
     
    martin, Feb 21, 2004
    #1
  2. martin

    Chip Harper Guest

    Has the second lisp that you trying call been previously loaded? Try doing a
    (load xlisp) then the function call (c:xlisp).
     
    Chip Harper, Feb 21, 2004
    #2
  3. martin

    Paul Turvill Guest

    (c:x)
    ___
     
    Paul Turvill, Feb 21, 2004
    #3
  4. martin

    martin Guest

    that one fixed it,
    thanks

     
    martin, Feb 21, 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.