2005 Menu Macro Problem

Discussion in 'AutoCAD' started by tsigwing, Mar 9, 2005.

  1. tsigwing

    tsigwing Guest

    Any ideas why the following isn't working in 2005?

    (binsert "eldclgsp" "e-pgng")

    It worked fine in 2002, and if you just drop this in at the command line it works fine, but if it is in a button macro it doesn't work.
     
    tsigwing, Mar 9, 2005
    #1
  2. tsigwing

    Warren Trost Guest

    What is "binsert"? Was this a routine that was not copied out of the 2002
    directories?


    it works fine, but if it is in a button macro it doesn't work.
     
    Warren Trost, Mar 9, 2005
    #2
  3. tsigwing

    tsigwing Guest

    binsert is a routine I wrote and it works fine. As I said if I take the complete line and drop it in at the command line it works just fine, but if I put it in button it does nothing.
     
    tsigwing, Mar 9, 2005
    #3
  4. Hi,

    Does your menu hold
    "(binsert "eldclgsp" "e-pgng")"

    or
    "(binsert "eldclgsp" "e-pgng") "

    or
    "(binsert "eldclgsp" "e-pgng");"

    but without the quote markers.

    The last two work, the first doesn't

    --

    Regards,


    Laurie Comerford
    www.cadapps.com.au
     
    Laurie Comerford, Mar 9, 2005
    #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.