Hello,
i need function to Convert Hex numbers to Decimal..
My string is in this form 10,11 and i want to convert it in this 1A,1B..
Thanks
Hello,
i need function to Convert Hex numbers to Decimal..
My string is in this form 10,11 and i want to convert it in this 1A,1B..
Thanks
Have a look at the Hex Function... and BTW 10 = A, B = 11...
Good Luck
Hello,
i need function to Convert Hex numbers to Decimal..
My string is in this form 10,11 and i want to convert it in this 1A,1B..
Thanks
hi ; this a code to convert from decimal to hex
Private Sub Command1_Click()
Text2.Text = Hex(Val(Text1.Text))
End Sub
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.