DegToDms
The DegToDms function converts an angle value, in decimal degrees, to a properly formatted angle string containing degrees, minutes, and seconds.
sDms = DegToDms( nDegrees )
nDegrees is the decimal degrees (e.g., -25.66436).
sDms is a string containing degrees, minutes, and seconds (e.g., "-25:39:50.4").
This function converts a number of degrees to an angle string containing degrees, minutes, and seconds. To do the reverse conversion, use DmsToDeg
Mira Pro x64 Script User's Guide, Copyright Ⓒ 2023 Mirametrics,
Inc. All Rights Reserved.