Feb 10, 2004 #1 simpson MIS Oct 23, 2001 58 CA looking for some code that will add hex values together. Anyone have anything? Simpson
Feb 10, 2004 #2 aigles Technical User Sep 20, 2001 464 FR Use bc command [tt] home/jp> H1=ABC home/jp> H2=333 home/jp> echo "obase=16;ibase=16; $H1 + $H2" | bc DEF [/tt] obase = output number radix ibase = input number radix Jean Pierre. Upvote 0 Downvote
Use bc command [tt] home/jp> H1=ABC home/jp> H2=333 home/jp> echo "obase=16;ibase=16; $H1 + $H2" | bc DEF [/tt] obase = output number radix ibase = input number radix Jean Pierre.