View Full Version : Colby's Lisp Picker Utility
DOWNLOAD HERE (http://www.davetyner.com/colby/LispPicker.zip)
HybridAWD
10-06-2006, 02:43 PM
im lost with this.... some insight please?
Colby
10-10-2006, 05:55 PM
This is a vba macro for AutoCAD that is like an Organizer for your lisp routines.
If you read the Read me file it should answer any questions in general if you have more questions to reply back. Also to get this function to run from a line of lisp code do the following
(Defun c:LispPicker ()
(command "-vbarun" "C:/SOME_FILE/LispPick.dvb!module1.LSPPickerShow")
)
tgg901
07-27-2007, 06:11 AM
I'm running AutoCAD2005 and every time I pick -Get Lisp Files- and pick a file I get the following:
Microsoft Visual Basic dialog giving me a Run-time error '13':
Type mismatch
Any ideas?
Powered by vBulletin® Version 4.1.7 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.