error in routine

Discussion in 'AutoCAD' started by jay8173, Jul 22, 2004.

  1. jay8173

    jay8173 Guest

    I have a lisp routine that allows me to trime line outside a bounding box which now gives me an error

    too many arguments

    this is the basic cookie cutter routine.......can anyone tell me how to fix it
     
    jay8173, Jul 22, 2004
    #1
  2. jay8173

    MP Guest

    look at each function call and find the one that has too many arguments.
    if it's a long routine, place some princ statements to see where you are
    when it bombs.
    or use vl-bt to get a printout of what function was just called

    fix it
     
    MP, Jul 22, 2004
    #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.