%pos("string", "t") <--returns position of "t", otherwise null value %ismember(@array, "string") <--returns position of "string" if it exists in @array, otherwise returns null value