Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.70K
1 Posted Topic
[QUOTE=Geek_Cyborg;1259794]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[/QUOTE] hi ; this a code to convert from decimal to hex Private Sub Command1_Click() Text2.Text = Hex(Val(Text1.Text)) End Sub
The End.
eng.jawad