How can I plus two hex number?


Dim a, b, c as string
b = Hex(11)
c = Hex(12)
a = b + c




it's not working. a is just add two b and c string together.

Thanks!

Best Regards,

Kevin Shen