FormatDmsStr
The FormatDmsStr function converts an angle string in Degrees, Minutes, and Seconds ("DMS") form into a properly formatted angle string. Use this function, for example, to convert "-54, 10, 21.6" to "12:14:15.600"
sDmsNew = FormatDmsStr( sDms )
The input string may contain a variety of different field separators, including the following:
space, hyphen, colon, comma, slash, D. M, S, ", ', degrees symbol
Use this function to clean input strings and convert them into the standard format. The standard format string can be sent to other Mira functions expecting a properly formatted angle string.