How to get variable value?
Posted: Mon Apr 25, 2005 8:22 am
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
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