If the current token is of array index type, it queries the value of a specific index.
Syntax |
indexValue(int index): int |
---|---|
index |
Index number (between 0 and indexCount() - 1). |
Result |
Returns the requested index value, 0 in case of errors or if token not of type index array |