Burtlancaster
Programmer
I need to find a way of converting a caption in the following format 45.45.45 to its decimal equivalent which is in this case its 45.7625.
Now the formula goes:
A = degrees
B = minutes
C = seconds
A + (B * 1/60) + (C * 1/60 * 1/60)
Any help would be much appreciated!
Now the formula goes:
A = degrees
B = minutes
C = seconds
A + (B * 1/60) + (C * 1/60 * 1/60)
Any help would be much appreciated!