Quantcast
Channel: GSAK Forum
Viewing all articles
Browse latest Browse all 75672

GCALC by byonke - 2022-09-08

$
0
0
QUOTE (HHL @ September 08, 2022 01:44 pm)
use this:
GSK
$Result1 = GCalc("S 43 08.875   E 147 51.020;21.05;3977665;T","Project")
$Parameters  =  "S 43 08.875   E 147 51.020;21.05;3977665;T"
$Result2 = GCalc($Parameters,"Project")
$StartHere = "S 43 08.875   E 147 51.020"
$Bearing = "21.05"
$Distance = "3977665"
$Units ="T"
##$Parameters = Quote($StartHere + ";" + $Bearing + ";" + $Distance + ";" + $Units)
$Parameters = $StartHere + ";" + $Bearing + ";" + $Distance + ";" + $Units
##pause msg=$parameters
$Result3 = GCalc($Parameters,"Project")
Pause msg= $Result1 $_NewLine $Result2 $_NewLine $Result3

That makes sense. KISS

I'm not sure why it would not work the other way.

Thanks
Brian

Viewing all articles
Browse latest Browse all 75672

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>