23 June 2012

Introduction to VBA and what are VBA and how to open Visual Basic Editor


                       Hi friends, in this article I will explain about introduction to VBA and what are VBA and how to open Visual Basic Editor.

Introduction to VBA:
  • VBA is abbreviated as Visual Basic for applications.
  • Visual Basic is a language with thousands of built in functions and numerous custom modules and controls available.

22 June 2012

Offset in the AutoLISP and the AutoCAD


                Hi Friends, in this article I will explain about the offset in the AutoLISP and the AutoCAD.
                First of all open the Visual LISP Editor, I already explained in the previous article how to open Visual LISP Editor in AutoCAD.

15 June 2012

If and if else condition and nested if or cond in AutoLISP


Hi Friends,in this article i will explain about the if and if else condition and  nested if or cond in AutoLISP.

IF:
This is used to execute some code only if a specified condition is true.