Comparison and Logical Operators - MapInfo_Pro_Advanced - 2023

MapInfo Pro Advanced Help

Product type
Software
Portfolio
Locate
Product family
MapInfo
Product
MapInfo > MapInfo Pro
Version
2023
Language
English
Product name
MapInfo Pro Advanced
Title
MapInfo Pro Advanced Help
First publish date
2016
Last updated
2023-09-20
Published on
2023-09-20T15:00:50.875000

You will use comparison and logical operators to perform logical operations like AND, OR, Equal to, Not equal to, etc.

Table 1. Comparison and logical operators
Operator Meaning Example
= Equal to Input_1=Input_2
> Greater than Input_1>Input_2
< Less than Input_1<Input_2
>= Greater than or equal to Input_1>=Input_2
<= Less than or equal to Input_1<=Input_2
<> Not equal to Input_1<>Input_2
and Logical and operator. & and && are also accepted. Input_1 and Input_2
or Logical or operator. | and || are also accepted. Input_1 or Input_2