Results 1 to 3 of 3

Thread: How to load another routine commands

  1. #1
    Member
    Join Date
    2009-01
    Posts
    37
    Login to Give a bone
    0

    Default How to load another routine commands

    I have two problems: the first is that I have a routine in place the command of another routine loaded. I tried with command, but it did not work.

    Example (with other already loaded routines)

    (COMMAND "MUDARLAYER" "TEST" "DOTO-ARCHITECTURE" "")


    The other problem is that I want to load into a routine called several at once, so that when you just give the command of this routine, all others are called.

    Someone can help?

  2. #2
    Certifiable AUGI Addict
    Join Date
    2001-03
    Location
    Tallahassee, FL USA
    Posts
    3,658
    Login to Give a bone
    0

    Default Re: How to load another routine commands

    Don't use COMMAND to call functions defined in routines. For (defun MUDARLAYER () call with (MUDARLAYER). For (defun C:MUDARLAYER () call with (C:MUDARLAYER).

  3. #3
    Member
    Join Date
    2009-01
    Posts
    37
    Login to Give a bone
    0

    Default Re: How to load another routine commands

    but as I put the options in a routine, as you do not want to enter them at the prompt but already in achamada command?

    speak of the "TEST" and "DOTO-ARCHITECTURE"

Similar Threads

  1. Create and load my own custom quick key commands
    By cku in forum AutoCAD Customization
    Replies: 3
    Last Post: 2007-07-04, 01:15 PM
  2. Replies: 9
    Last Post: 2007-06-13, 01:22 PM
  3. Using Express Tools commands in a LISP routine
    By ReachAndre in forum AutoLISP
    Replies: 4
    Last Post: 2006-10-03, 02:24 PM
  4. Some commands do not load into drawing session.
    By guyogordo in forum AutoCAD Customization
    Replies: 3
    Last Post: 2005-05-24, 05:05 AM

Posting Permissions

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