Login    Sites MenuBlueStep

BlueStep Platform Support

RelateScript
Outline full outline 
Overview 
Data Types 
Operators 
Statements 
Functions 
Data Conversion 
String Functions 
HTML/CSS/JavaScript 
Array Functions 
firstIndex(...) 
lastIndex(...) 
size(...) 
Date/Time Functions 
Mathematical Functions 
Advanced Functions 
Restricted Functions 
Working with Relate Data 
How Formulas Work 
Related Topics 

The lastIndex(...) function has only one variation, not counting syntax variations. It finds the index value of the last element of the Array. The data type of the result is the data type of the index. If the Array value is null the result is null.

Syntax:
lastIndex( array-value )
array-value.lastIndex()

Parameter Description
array-value

The array value who's last index is being found.