11-21-2015, 02:09 PM
http://wiki.bmega.net/doku.php?id=macros...#internals
C:=VarAdd(A, !B!) is wrong
VarAdd(A, !B!) is correct, it doesnt return the new value, it put the new value into A.
C:=VarAdd(A, !B!) is wrong
VarAdd(A, !B!) is correct, it doesnt return the new value, it put the new value into A.