I need a FileMaker “calculation” script to convert a DMS latlong (eg: 37°55'43.6"S, 145°11'26.1"E) to a decimal format (eg: -37.928778,145.190583).
I need a FileMaker calculation script to convert a DMS latlong (eg: 37°55’43.6S, 145°11’26.1E
Share
Here’s a fun way to do it: convert it to a FileMaker calculation and call
Evaluate()on it.The above will turn the input into a calc like:
then passes that to
Evaluate, which gives you-37.928778,145.190583