<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
	<title>Datamine Discover KB - MapBasic Syntax</title>
	<link>https://discoverkb.dataminesoftware.com</link>
	<description />
	<language>en-us</language>
	<copyright>https://discoverkb.dataminesoftware.com</copyright>
	<generator>ActiveKB NX</generator>
	<webMaster>support.discover@dataminesoftware.com</webMaster>
	<lastBuildDate>Mon, 18 May 2026 16:40:48 AEST</lastBuildDate>
	<ttl>20</ttl>
	<item>
		<guid>https://discoverkb.dataminesoftware.com/questions.php?questionid=979</guid>
		<title>Is MapInfo SQL and Expression case sensitive?</title>
		<link>https://discoverkb.dataminesoftware.com/questions.php?questionid=979</link>
		<description>For char or string fields, MapInfo expressions and SQL statements are NOT case sensitive.&lt;div&gt;&lt;br/&gt;&lt;/div&gt;&lt;div&gt;For example if a cell value was &quot;Test&quot; then if the expression was Value = &quot;test&quot; it would return true.&lt;/div&gt;</description>
		<author>kbadmin </author>
		<pubDate>Wed, 05 Nov 2025 03:43:33 GMT</pubDate>
	</item>
	<item>
		<guid>https://discoverkb.dataminesoftware.com/questions.php?questionid=918</guid>
		<title>Can I calculate Log10 in Mapinfo?</title>
		<link>https://discoverkb.dataminesoftware.com/questions.php?questionid=918</link>
		<description>&lt;span class=&quot;encomtext&quot;&gt;&lt;span class=&quot;solutionshdr&quot;&gt;Occurrence&lt;/span&gt;&lt;div&gt;&lt;br/&gt;&lt;/div&gt;&lt;div&gt;MapInfo SQL and Mapbasic syntax is missing a Log10 function. It only has the natural Log, or &quot;ln&quot;, which is the &quot;Log(x)&quot; function.&lt;/div&gt;&lt;div&gt;&lt;br/&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;solutionshdr&quot;&gt;Solution&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br/&gt;&lt;/div&gt;&lt;div&gt;You can calculate Log10 by the formula -&lt;/div&gt;&lt;div&gt;&lt;br/&gt;&lt;/div&gt;&lt;div&gt;Log(x)/Log(10)&lt;/div&gt;&lt;/span&gt;&lt;div&gt;&lt;/div&gt;</description>
		<author>kbadmin </author>
		<pubDate>Sun, 03 Oct 2021 23:41:47 GMT</pubDate>
	</item>
	<item>
		<guid>https://discoverkb.dataminesoftware.com/questions.php?questionid=909</guid>
		<title>How do I calculate the area of polygons or length of polylines in my table?</title>
		<link>https://discoverkb.dataminesoftware.com/questions.php?questionid=909</link>
		<description>&lt;h2 style=&quot;font-size: 14px; font-family: arial; margin: 5px 0px; padding: 0px 0px 8px; border-bottom: 0px dashed rgb(28, 180, 171); color: rgb(89, 89, 89); background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;color: rgb(28, 180, 171); font-family: Arial, Helvetica, sans-serif; font-size: 15px;&quot;&gt;Occurrence&lt;/span&gt;&lt;/h2&gt;&lt;div class=&quot;text&quot; style=&quot;color: rgb(89, 89, 89); font-family: arial; font-size: 13px; background-color: rgb(255, 255, 255);&quot;&gt;&lt;span class=&quot;encomtext&quot; style=&quot;font-size: 13px;&quot;&gt;I want to calculate the area for each polygon region in my table.&lt;br/&gt;&lt;br/&gt;&lt;span class=&quot;solutionshdr&quot; style=&quot;font-size: 15px;&quot;&gt;Solution&lt;/span&gt;&lt;/span&gt;&lt;div&gt;&lt;font color=&quot;#1cb4ab&quot; face=&quot;Arial, Helvetica, sans-serif&quot;&gt;&lt;span style=&quot;font-size: 14px;&quot;&gt;&lt;b&gt;&lt;/b&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;span class=&quot;encomtext&quot; style=&quot;font-size: 13px;&quot;&gt;&lt;div&gt;&lt;font color=&quot;#1cb4ab&quot; face=&quot;Arial, Helvetica, sans-serif&quot;&gt;&lt;span style=&quot;font-size: 14px;&quot;&gt;&lt;b&gt;&lt;br/&gt;&lt;/b&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;In MapInfo Pro, simply double left click on any Region/Polygon, Polyline or Point object to see its area, length, and coordinates.&lt;/div&gt;&lt;div&gt;&lt;br/&gt;&lt;/div&gt;&lt;div&gt;To add the area/length to a column -&lt;/div&gt;&lt;/span&gt;&lt;div&gt;&lt;span class=&quot;encomtext&quot; style=&quot;font-size: 13px;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;encomtext&quot; style=&quot;font-size: 13px;&quot;&gt;1.Open the Table and navigate to &lt;span style=&quot;font-weight: bold;&quot;&gt;TABLE&amp;gt;Table&amp;gt;Modify Structure&lt;/span&gt; and add a field called &lt;span style=&quot;font-weight: bold;&quot;&gt;Area&lt;/span&gt; of type &lt;span style=&quot;font-weight: bold;&quot;&gt;Float&lt;/span&gt;.&lt;br/&gt;2. Then navigate to &lt;span style=&quot;font-weight: bold;&quot;&gt;TABLE&amp;gt;Update Column&lt;/span&gt;.&lt;br/&gt;3. Select the Table as both the Table to Update and Table to get value from. Select the &lt;span style=&quot;font-weight: bold;&quot;&gt;Area&lt;/span&gt; as the column to update.&lt;br/&gt;4. Click the &lt;span style=&quot;font-weight: bold;&quot;&gt;Assist&lt;/span&gt; button. Select &lt;b&gt;SphericalArea&lt;/b&gt; or &lt;b&gt;SphericalObjectLen&lt;/b&gt; from the Function list and click &lt;span style=&quot;font-weight: bold;&quot;&gt;OK. &lt;/span&gt;You can also use CartesianArea or Ca ...</description>
		<author>kbadmin </author>
		<pubDate>Wed, 17 Mar 2021 02:24:54 GMT</pubDate>
	</item>
	<item>
		<guid>https://discoverkb.dataminesoftware.com/questions.php?questionid=517</guid>
		<title>How do I insert a carriage return or new line when creating a label?</title>
		<link>https://discoverkb.dataminesoftware.com/questions.php?questionid=517</link>
		<description>
&lt;p&gt;&lt;span class=&quot;encomtext&quot;&gt;The syntax for a carriage return (&#039;new line&#039;) in MapBasic is Chr$(13) or Chr$(10).&lt;br/&gt;&lt;br/&gt;E.g. Field1 + Chr$(13) + Field2&lt;br/&gt;&lt;br/&gt;For example, to create a label of the HoleID with the Auppm measurement below, use the following syntax HoleID + Chr$(13) + Auppm&lt;/span&gt;&lt;/p&gt;</description>
		<author>kbadmin </author>
		<pubDate>Tue, 09 Nov 2010 06:53:29 GMT</pubDate>
	</item>
	<item>
		<guid>https://discoverkb.dataminesoftware.com/questions.php?questionid=555</guid>
		<title>Extract Point Symbol Rotation Angle to a Browser Column</title>
		<link>https://discoverkb.dataminesoftware.com/questions.php?questionid=555</link>
		<description>&lt;body&gt;&lt;span class=&quot;solutionshdr&quot;&gt;Occurence&lt;br/&gt;&lt;/span&gt;How do I extract the rotation angle from a point symbol into a specified browser field?&lt;br/&gt;&lt;br/&gt;&lt;span class=&quot;solutionshdr&quot;&gt;Solution&lt;br/&gt;&lt;span class=&quot;encomtext&quot;&gt;Navigate to Table&amp;gt;Update Column in MapInfo, select the table and field to update which needs to be a float type field.&lt;br/&gt;In the Value field type the following syntax:&lt;font size=&quot;2&quot;&gt;
&lt;p class=&quot;encomtext&quot;&gt;StyleAttr(ObjectInfo(obj,2),4)&lt;/p&gt;&lt;/font&gt;&lt;/span&gt;&lt;/span&gt;&lt;/body&gt;</description>
		<author>kbadmin </author>
		<pubDate>Wed, 29 Apr 2009 04:01:52 GMT</pubDate>
	</item>
	</channel>
</rss>
