ParseDegrees
The ParseDegrees function splits a decimal number of degrees into its components of degrees, minutes, and seconds. To split an angle string in DMS form, use ParseDms
nDegrees, nMin, nSec = ParseDegrees( nDegrees )
If the decimal number of degrees is negative, then the nDegrees component is returned as negative.