Search found 3 matches

by Rachata.rath
Fri Mar 13, 2015 4:14 pm
Forum: Other topics
Topic: How to create function Hex to Dec ?
Replies: 7
Views: 3080

Re: How to create function Hex to Dec ?

Hex to dec?
Hex is 0xA1 I want to convert to dec

Dec = HexTODec$(0xA1)
Print Dec

Def HexTODec$()
...
....
End def
by Rachata.rath
Fri Mar 13, 2015 4:03 pm
Forum: Other topics
Topic: How to create function Hex to Dec ?
Replies: 7
Views: 3080

Re: How to create function Hex to Dec ?

Do you have example code ?
by Rachata.rath
Fri Mar 13, 2015 3:24 pm
Forum: Other topics
Topic: How to create function Hex to Dec ?
Replies: 7
Views: 3080

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