Post Reply 
Function or operator to test list membership
01-19-2016, 03:41 PM (This post was last modified: 01-19-2016 03:41 PM by Didier Lachieze.)
Post: #2
RE: Function or operator to test list membership
You can use:
POS(list, element)

Returns the position of an element within a list. A value of 0 is returned if there is no occurrence of the specified element.

Example:
POS ({3,7,12,19},12) returns 3
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Function or operator to test list membership - Didier Lachieze - 01-19-2016 03:41 PM



User(s) browsing this thread: 1 Guest(s)