Carrot reference
...
Data Types
List
a list of a number of objects, in order this datatype is often used to represent concepts such as a list of group docid 7kum4sl wt2y ldfmo6qb s, a list of stockgrant docid 8qnjloyooo5jnp4x2pucn s, etc properties true false 153,122false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type indexing by position you can return each item of the list using list\[index] syntax, starting numbering with 0 to represent the first item of the list for example, mylist\[2] will return the third element in the list representing lists to represent a list in an expression, you can use \[square brackets] with commas to separate the elements for example \[1, 2, 3] will represent a list containing the numbers 1, 2, and 3 \["director", "vp"] will represent a list containing the string docid\ ujw2aqaktel5uuklup73s s "director" and "vp" list and equality comparisons the = (equals) docid 50o8vwta5zp6sv8dqdwjl operator will test for list membership when comparing a singular value to a list for example, \["director", "vp"] = "vp" will return true, because "vp" (case insensitive) is a member of the list