Program Statements

 

Statements are individual instructions to Scripter that carry out a specific operation. Statements are case insensitive and are typically written one to a line. To enter two or more statements on the same line, separate the statements with colons. For example:

 

a = 5 : b = 5 * a

 

Scripter BASIC requires flow control statements (IF, WHILE, DO, etc.) and declaration statements (DIM, PUBLIC, TYPE, SUB, etc) to be placed on a line by themselves.

 

 

See Also

Introducing Scripter

Working with Scripts

Comments

Line Continuation

Program Statements

Double Quotes and Text

Operators

Variables

Coordinate Arrays

Overview of MapViewer Objects

Object Hierarchy