findArrayIndex

Description

Finds the index of a specific string within an array.

Input / Parameter

NameDescriptionInput TypeDefaultOptionsRequired

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

DescriptionOutput 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.

Last updated