+ (addition) (Concept)

AutoCAD

 
+ (addition)
Concept Quick Reference
 
 
 

Returns the sum of the numbers val1, val2, …, val9.

      $(+, 
      val1
       [, 
      val2
      , …, 
      val9
      ]) 
    

If the current thickness is set to 5, the following DIESEL string returns 15.

$(+, $(getvar,thickness),10)