Article
The Visual LISP Integrated Development Environment 1 Nov, 2001
Before Visual LISP and the IDE (Integrated Development Environment), AutoLISP developers were forced to use text editors or word processors that know nothing about LISP syntax and requirements.More>>
|
Article
Error Catching in Visual LISP and VBA 1 Sep, 2001
Programming applications will often involve the detection of and recovery from errors caused by a variety of sources.More>>
|
Article
Using Visual LISP to Improve VBA 1 Jul, 2001
This month we're going to take a look at some Visual LISP functions that will assist VBA programmers.More>>
|
Article
Entity Level Reactors in VBA 1 Mar, 2001
Reactors are functions we write that run in response to something happening in the computer system.More>>
|
Article
To AutoLISP or VBA? 1 Jan, 2001
What's the difference between AutoLISP and VBA?I want to learn how to program AutoCAD, but I'm not sure which tool to learnfirst. Which one is better?More>>
|
Article
Attaching Data to AutoCAD Entity Objects 1 Nov, 2000
Do you know what differentiates AutoCAD from a drawing program of lesser value? The quick answer is AutoCAD has programming interfaces.More>>
|
Article
Programming Reactors 1 Sep, 2000
Reactors are functions (program modules) that run in reaction to something going on within the system.More>>
|
Article
Visual LISP System Utilities 1 May, 2000
Let's explore some of the features in Visual LISP that relate to the operating system and develop a utility for our toolbox that has been frequently requested by readers.More>>
|
Article
Working with Extended Data in VBA and AutoLISP 1 Jan, 2000
Have you ever wanted to attach additional information to existing AutoCAD entity objects? Perhaps material properties, loading limits or construction details? If so, then you should consider the use of extended data.More>>
|
Article
Associating Lists and Dialog Box List Boxes 1 Nov, 1999
One of the more frequently asked questions by AutoLISP programmers who are learning about dialog boxes is how to associate a dialog list box with an AutoLISP data list.More>>
|