Maptitude GISDK Help |
Converts an array element to an integer.
int_value = ArrayElementToInteger(array arr, int pos)
Argument |
Contents |
arr |
An array |
pos |
The position of the array element |
The array element in the position pos if it is of the right type or null if the element is the wrong type or if pos is out of bounds.
Can also be called as A2I().
Allows you to access elements in an array when using expressions and formula fields.
// Create a formula field with the number of polygons in each area
CreateExpression(, "NPoly", "A2I(GetArea(ID),1)", )
Function |
Summary |
Converts an array element to a real number |
|
Converts an array element to a string |
|
Returns the specified sub-array, which must itself be an array |
©2025 Caliper Corporation | www.caliper.com |