Results 1 to 2 of 2

Thread: Running a lisp routine from VBA

  1. #1
    Member
    Join Date
    2005-01
    Posts
    11
    Login to Give a bone
    0

    Default Running a lisp routine from VBA

    I have a lisp routine that I normally invoke from the command line. I am trying to launch it from a Command Button using ThisDrawing.SendCommand. Do I need to add a Carriage return command after it and if so how do I do that.

    I there is better way to do this, please let me know.

    Thanks,
    Brad

  2. #2
    Administrator Ed Jobe's Avatar
    Join Date
    2000-11
    Location
    Turlock, CA
    Posts
    6,420
    Login to Give a bone
    0

    Default Re: Running a lisp routine from VBA

    I think you will need to add a return, which is vbLfCr. You can run most lisp from vba using a class called vlax.cls. You can find more info on it at acadx.com
    C:> ED WORKING....


    LinkedIn

Similar Threads

  1. Replies: 4
    Last Post: 2013-06-21, 09:46 PM
  2. Help with a lisp routine to add a 12" line to this routine
    By Orbytal.edge341183 in forum AutoLISP
    Replies: 3
    Last Post: 2012-11-14, 10:33 PM
  3. Running a LISP routine?
    By james.matuska in forum AutoLISP
    Replies: 3
    Last Post: 2009-08-10, 11:56 AM
  4. Replies: 16
    Last Post: 2007-05-16, 01:20 AM
  5. Replies: 3
    Last Post: 2005-10-11, 06:59 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
  •