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 firstIndex(...) function has only one variation, not counting syntax variations. It finds the index value of the first element of the Array. The result's data type is the index's data type. If the Array value is null or if the Array contains no elements then the result is null.

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

 

Parameter Description
array-value

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