findArrayIndex
Description
Finds the index of a specific string within an array.
Input / Parameter
Name
Description
Input Type
Default
Options
Required
var
The name of the array to be searched.
String/Text
-
-
Yes
value
The string to search for within the array.
String/Text
-
-
Yes
Output
Description
Output Type
Returns the index of the string in the array.
Number
Callback
N/A
Video
Coming Soon.
Example
Coming Soon.
Steps
Coming Soon.
Result
Coming Soon.
Links
Last updated