inarray [-C] [-i VAR] [-m D:C ] value list...
find value in given a list (usually an array). If found return success (see Return Status ).
-i VAR store the index where element occurs the first time in VAR.This value is zero indexed. -C do a case-insensitive search.
- -m D:C
- list is a pseudo-multi-dimensional array of dimension D and look only in column C of it.C is not zero indexed and starts at 1.