in reply to Re: String addingin thread String adding
and save the result in Hex to a variable.
Add:
$sum_as_hex = sprintf('%X', $sum); [download]