August 28, 20178 yr Newbies Hi, when using the LocationValues function I get the following values: +1.325186, +103.967162, +65.000000 Question, how can I have the above values separated and captured into Latitude, Longitude and Accuracy fields? Edited August 28, 20178 yr by MaLuc
August 28, 20178 yr 2 hours ago, MaLuc said: how can I have the above values separated and captured into Latitude, Longitude and Accuracy fields? The values are already separated by carriage returns (not by commas as shown in your question). Use the GetValue() function to capture any one of the individual entries by its position in the list. Edited August 28, 20178 yr by comment
Create an account or sign in to comment