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
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 4 of 4
Thread: How can I plus two hex number?Threaded View
|
Click Here to Expand Forum to Full Width |