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