In an app/program I want to inputs the hexagesimal number 2.3 (02:30) and then convert it to decimal (2.5)
I see how to do this in home or cas using ->HMS(2'30") or HMS->(2'30"). But how do I make an INPUT command imbedded in the program to convert 2.30 (hrs.min) into 2.5 (decimal).
That is using old terms:
2.5 (2 hours decimal 5)
ENTER
->HMS
2.3 (2 hours 30 minutes)Or
2.3 (2 hours 30 minutes)
HMS->
2.5 (2 hours decimal 5)
Thanks!
Edited: 14 Oct 2013, 1:43 a.m.