Line Continuation

 

To break a line into two lines in Scripter, use a space followed by an underscore " _". You must include the space for the continuation to work properly in the script. Comments are not allowed after the continuation character.

 

Example

Function ComputeSomething( filename As String, _

value_array() As Double) As Double

 

 

See Also

Introducing Scripter

Working with Scripts

Comments

Program Statements

Double Quotes and Text

Operators

Variables

Coordinate Arrays

Overview of MapViewer Objects

Object Hierarchy