Maptitude GISDK Help |
Assignment statements, using an equals sign (=), set the value of a Caliper Script variable or array element:
x = 7
init = null
clr = GetLineColor()
arr = {1, 2, 3, 4}
a[1][2] = a[1][2] + val
You can also use assignment statements to set the value of some selectors:
user_coord.lon = -95500000
©2025 Caliper Corporation | www.caliper.com |