Hex to dec?
Hex is 0xA1 I want to convert to dec 
Dec = HexTODec$(0xA1)
Print Dec
Def HexTODec$()
...
....
End def
					Search found 3 matches
- Fri Mar 13, 2015 4:14 pm
 - Forum: Other topics
 - Topic: How to create function Hex to Dec ?
 - Replies: 7
 - Views: 3924
 
- Fri Mar 13, 2015 4:03 pm
 - Forum: Other topics
 - Topic: How to create function Hex to Dec ?
 - Replies: 7
 - Views: 3924
 
Re: How to create function Hex to Dec ?
Do you have example code ?
					- Fri Mar 13, 2015 3:24 pm
 - Forum: Other topics
 - Topic: How to create function Hex to Dec ?
 - Replies: 7
 - Views: 3924
 
How to create function Hex to Dec ?
How to convert hex to dec ?
Example 0xA1 convert to decimal ?
I read from user manual no have this function
Thank you
					Example 0xA1 convert to decimal ?
I read from user manual no have this function
Thank you