Argument | Required/ Optional | Description |
---|---|---|
valueToSearch | Required | String datatype. Value you want to search for in the list of strings. |
string | Required | String datatype. Comma-separated list of values you want to search against. Values can be in string format. There is no maximum number of values you can list. The value is case sensitive, unless you set MatchCase to 0. |
CaseFlag | Required | Must be an integer. Determines whether the arguments in this function are case sensitive. You can enter any valid expression. When CaseFlag is a number other than 0, the function is case sensitive. When CaseFlag is a null value or 0, the function is not case sensitive. |
ITEM_NAME | RETURN VALUE |
---|---|
Safety Knife | 0 |
diving hood | 1 |
Compass | 0 |
safety knife | 3 |
flashlight | 2 |