Results 1 to 2 of 2

Thread: Spanner acting up

  1. #1
    Member
    Join Date
    2007-08
    Posts
    28
    Login to Give a bone
    0

    Default Spanner acting up

    I've been using the old spanner routines (span12.lsp) and the related macros in Excel to import spreadsheets, and although a bit clumsy it's been reliable for years. Suddenly I'm getting an error message as follows:


    Error: too many arguments ... restoring environment ...


    and the routine stops. Does anyone have any idea why this would be happening and/or what I can do about it?

    thanks!

  2. #2
    The Silent Type RobertB's Avatar
    Join Date
    2000-01
    Location
    Seattle WA USA
    Posts
    5,859
    Login to Give a bone
    0

    Default Re: Spanner acting up

    Sounds like you've added some function lately that overwrites one of Spanner's functions. You might be able to identify the culprit by using the following error handler:
    Code:
    (defun *Error* (msg) (vl-bt))
    R. Robert Bell
    Design Technology Manager
    Stantec
    Opinions expressed are mine alone and do not reflect the views of Stantec.

Similar Threads

  1. No more Spanner??
    By KelseyL in forum AutoCAD General
    Replies: 7
    Last Post: 2010-05-06, 11:48 AM
  2. 3D work not acting right
    By gflores_84990321 in forum AutoCAD 3D (2007 and above)
    Replies: 4
    Last Post: 2009-12-16, 03:58 PM
  3. Options bar acting up
    By ededios in forum Revit Architecture - General
    Replies: 0
    Last Post: 2009-05-26, 08:48 PM
  4. Replies: 3
    Last Post: 2004-09-15, 01:02 PM
  5. AutoCAD Spanner issues
    By Nick.Nemechek71583 in forum Software
    Replies: 3
    Last Post: 2004-09-03, 03:34 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •