Function and Statement Conventions - MapBasic - 2023

MapInfo MapBasic Reference

Product type
Software
Portfolio
Locate
Product family
MapInfo
Product
MapInfo > MapBasic
Version
2023
ft:locale
en-US
Product name
MapBasic
ft:title
MapInfo MapBasic Reference
First publish date
1985
ft:lastEdition
2023-09-12
ft:lastPublication
2023-09-12T16:32:32.686000

Each function and statement is described in the following format:

Purpose

Brief description of the function, clause, or statement.

Restrictions

Information about limitations (for example, "The DDEInitiate function is only available under Microsoft Windows," "You cannot issue a For…Next statement through the MapBasic window").

Syntax

The format in which you should use the function or statement and explanation of argument(s).

Return Value

The type of value returned by the function.

Description

Thorough explanation of the function or statement's role and any other pertinent information.

Example

A brief example.

A description ends with a list of links to related functions and statements.

Most MapBasic statements can be typed directly into MapInfo Pro through the MapBasic window. If a statement may not be entered through the MapBasic window, then the Restrictions section identifies the limitation. Generally, flow-control statements (such as looping and branching statements) cannot be entered through the MapBasic window.