<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.hoggitworld.com/index.php?action=history&amp;feed=atom&amp;title=MIST_tostringLL</id>
		<title>MIST tostringLL - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.hoggitworld.com/index.php?action=history&amp;feed=atom&amp;title=MIST_tostringLL"/>
		<link rel="alternate" type="text/html" href="https://wiki.hoggitworld.com/index.php?title=MIST_tostringLL&amp;action=history"/>
		<updated>2026-04-26T11:40:17Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://wiki.hoggitworld.com/index.php?title=MIST_tostringLL&amp;diff=1045&amp;oldid=prev</id>
		<title>Grimes at 23:08, 13 April 2018</title>
		<link rel="alternate" type="text/html" href="https://wiki.hoggitworld.com/index.php?title=MIST_tostringLL&amp;diff=1045&amp;oldid=prev"/>
				<updated>2018-04-13T23:08:03Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Mission Scripting&lt;br /&gt;
&lt;br /&gt;
|fName= mist.tostringLL&lt;br /&gt;
&lt;br /&gt;
|vNum = Mist 2.0&lt;br /&gt;
&lt;br /&gt;
|desc=Returns a string of the Latitude/Longitude coordinate specified in the numbers lat and long to the accuracy of number n. String s is an optional variable to display in the format of Degrees Minutes Seconds. If s is not present the default format will be degrees decimal minutes.&lt;br /&gt;
&lt;br /&gt;
|rtnType= string&lt;br /&gt;
&lt;br /&gt;
|reqType1= number&lt;br /&gt;
&lt;br /&gt;
|reqName1= lat&lt;br /&gt;
&lt;br /&gt;
|reqType2= number&lt;br /&gt;
&lt;br /&gt;
|reqName2= long&lt;br /&gt;
&lt;br /&gt;
|reqType3= number&lt;br /&gt;
&lt;br /&gt;
|reqName3= n&lt;br /&gt;
&lt;br /&gt;
|reqType4= &lt;br /&gt;
&lt;br /&gt;
|reqName4= &lt;br /&gt;
&lt;br /&gt;
|reqType5= &lt;br /&gt;
&lt;br /&gt;
|reqName5= &lt;br /&gt;
&lt;br /&gt;
|optType1= boolean&lt;br /&gt;
&lt;br /&gt;
|optName1= s&lt;br /&gt;
&lt;br /&gt;
|optType2= &lt;br /&gt;
&lt;br /&gt;
|optName2= &lt;br /&gt;
&lt;br /&gt;
|optType3= &lt;br /&gt;
&lt;br /&gt;
|optName3= &lt;br /&gt;
&lt;br /&gt;
|optType4= &lt;br /&gt;
&lt;br /&gt;
|optName4= &lt;br /&gt;
&lt;br /&gt;
|optType5= &lt;br /&gt;
&lt;br /&gt;
|optName5= &lt;br /&gt;
&lt;br /&gt;
|varExamples= Lat = latitude coordinate&lt;br /&gt;
&lt;br /&gt;
long = longitude coordinate&lt;br /&gt;
&lt;br /&gt;
n = any number 0 to 6 for the number of decimal places&lt;br /&gt;
&lt;br /&gt;
s = boolean value if present will display coordinate in Degrees decimal minutes.&lt;br /&gt;
&lt;br /&gt;
|rtnExamples= &lt;br /&gt;
The same LL coordinate with different n values:&lt;br /&gt;
&lt;br /&gt;
 mist.tostringLL(40.15, 43.50, 3)       =&amp;gt; 40 09.000'N   43 30.000'E&lt;br /&gt;
 mist.tostringLL(40.15, 43.50, 1)       =&amp;gt; 40 09.0'N   43 30.0'E&lt;br /&gt;
 mist.tostringLL(40.15, 43.50, 3, true) =&amp;gt; 40 09' 00.000&amp;quot;N   43 30' 00.000&amp;quot;E&lt;br /&gt;
 mist.tostringLL(40.15, 43.50, 1, true) =&amp;gt; 40 09' 00.0&amp;quot;N   43 30' 00.0&amp;quot;E&lt;br /&gt;
&lt;br /&gt;
|example= &amp;lt;code&amp;gt;&lt;br /&gt;
do&lt;br /&gt;
  TBD&lt;br /&gt;
end&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|notes= &lt;br /&gt;
&lt;br /&gt;
|funcs= {{listOfMistStringFuncs}}&lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
[[Category: MIST|tostringLL]]&lt;/div&gt;</summary>
		<author><name>Grimes</name></author>	</entry>

	</feed>