ok I see what your trying to show. you making a var that is hello i need it like this.
if $did == 5 { set %bincrypt $did(5) | set %bincrypt1 $did(5) }
so the out variable will be the number i put in the exit box 5 so say i use the number 8 i will get a variable %bincrypt 8 and
%bincrypt -8
I need a - infront of the second number but the only way to do that is to have it in the set %bincrypt1 variable somehow. do you see what im saying?