Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9016201
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T03:56:05+00:00 2026-06-16T03:56:05+00:00

I need a FileMaker calculation script to convert a DMS latlong (eg: 37°55’43.6S, 145°11’26.1E

  • 0

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).

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T03:56:06+00:00Added an answer on June 16, 2026 at 3:56 am

    Here’s a fun way to do it: convert it to a FileMaker calculation and call Evaluate() on it.

    Evaluate( 
      "Round(  (" &
      Substitute ( 
        dms ; 
        [" ";""] ; 
        ["°";" + "] ; 
        ["'";"/60 + "] ; 
        ["\"";"/3600"] ; 
        ["S";") *-1"] ; 
        ["W";") *-1"] ; 
        ["N";")"] ; 
        ["E";")"] ; 
        [","; " ; 6 ) & \",\" & Round( ("]
      ) & 
      " ; 6 )"
    )
    

    The above will turn the input into a calc like:

    Round( (37 + 55/60 + 43.6/3600) *-1 ; 6 ) & "," & Round( (145 + 11/60 + 26.1/3600) ; 6 )
    

    then passes that to Evaluate, which gives you -37.928778,145.190583

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to extract and see the data in FileMaker Pro 5.5. Is there
Need help in date conversion: Existing date format: Wed, 01 Dec 2010 00:00:00 -0500
I need to scan barcodes in Filemaker 5.5, but the problem is that Filemaker
Need to convert the following code from Ruby to C#. However I'm kind of
need some help with building a powershell script to help with some basic string
I wrote a script in FileMaker Pro 9 to export some records to a
I need to build a website which will be viewed inside a FileMaker Pro
Need help on this javascript i tried to add noconflict but nothing happen <script
Need to apply a filter to a file like this: TUPAC_0006:1:1:2554:2356#0/1 0 * 0
Need a map reduce function by mongo in php This my mongo structure [_id]

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.