Maptitude GISDK Help |
Converts an array element to a string.
int_value = ArrayElementToString(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 A2S().
Allows you to access elements in an array when using expressions and formula fields.
word2 = A2S(ParseString("Hello world", " "),2) // Get the second word of the parsed string
Function |
Summary |
Converts an array element to an integer |
|
Converts an array element to a real number |
|
Returns the specified sub-array, which must itself be an array |
©2025 Caliper Corporation | www.caliper.com |