Click or drag to resize

Assignment Statement

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Assignment Statement
Syntax%<constant> = <value>

!<variable> = <object>

Example%penWidth = 2.5

%scale = %scale / 2

!whiteText = FONT<"arial", 8, (255,255,255)>

Assignments to constants can only occur outside the map block. Assignments to variables can only occur inside the map block.