Is there an @function that returns the position of a sting within a list?

Hello,Is there an @Function that returns the position of a sting within a list?

ie

So this would return 2

@Function(“Dick”;“Tom”:“Dick”:“Harry”)

and this would return 3

@Function(“Harry”;“Tom”:“Dick”:“Harry”)

Thanks in advance

Subject: Is there an @function that returns the position of a sting within a list?

Check designer help for @Member function.

Subject: Thanks Selcuk. That’s what I wanted.