Page 1 of 1

How to get variable value?

Posted: Mon Apr 25, 2005 8:22 am
by jorgematheus
Hi

In autocad i use ! the exclamation sign to know the variable value.

IE:
(setq one (+ 2 3))
! one
-> 5

The only way i have found in Intellicad is with princ
(princ one)
->5
Is there an easy way to do this?

Thank
Jorge Matheus

Posted: Tue Apr 26, 2005 7:39 am
by MROCK
In Icad it is the same as in Acad. Use the exclamation mark "!"

Michael