Instance.PropertyArray.indexOfString()

Signature

int indexOfString(PropertyArrayString arr, String value)

Domain

ACTION, CONDITION, QUERY, BUI

Description

Returns the index in the PropertyArrayString of the first occurrence of the specified String value, or -1 if the PropertyArrayString does not contain this String value.

Parameters

NameTypeDescription
arrPropertyArrayStringThe PropertyArrayString for searching.
valueStringspecified String value to search for.

Returns

TypeDescription
intThe index of value in the given PropertyArrayString.

Cautions

none