FormatAngle
The FormatAngle function creates a correctly formatted angle string from degrees, minutes, and seconds components.
sDms = FormatAngle( nDeg, nMin, nSec )
nDeg, nMin, nSec are the components of the angle (e.g., -54, 10, and 21.6).
sDms is the formatted angle string (e.g., "-54:10:21.6").
If the number of degrees is negative, then the returned string contains a negative degrees value.
Mira Pro x64 Script User's Guide, Copyright Ⓒ 2023 Mirametrics,
Inc. All Rights Reserved.