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

GetPolygon option to use original coordinates? by Kai Team - 2013-08-15

$
0
0
Or:

GSK
Mfilter Where=HasCorrected=1

In the GSAK macro language, Boolean variables have the value of TRUE or FALSE. In the SQLite tables (which we directly access using MFilter Where=), they have the value 1 or 0. The form showed by The CEO and the form showed here are equivalent if the value you want is 1 (1 is assumed if the Boolean value isn't specified). If you want to select where the variable is 0 (false), you either can use:

GSK
Mfilter Where=HasCorrected=0

or

GSK
Mfilter Where=Not(HasCorrected)
smile.gif

Viewing all articles
Browse latest Browse all 75919

Trending Articles



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