UNDOCUMENTED FUNCTION: isItemInList()

Built in function - Added in version 8.0

    Syntax

isItemInList(<item>,<list>)

    Parameters <item>
A string.

<list>
A comma separated listing of string values.
    Returns TRUE if the item is in the list. Otherwise returns FALSE.
    Sample lst = "Apple,Banana,Orange,Grape"
isMatch = itemInList("orange",lst)
    Note This is an undocumented function, therefore it is unsupported by SumTotal Systems. Use it at your own risk.