ok, figured

%var = $calc(%var + 6)
%var = %var + 6

would both also do the same thing as

inc %var 6

however u wana do it realy.

Cobra^