Lookup 
Review the list of Lookup functions.
- uChoice
Returns the value of a given parameter specified by an index. The index value is zero-based, so an index of zero returns the second parameter. 
- uFirstDifferent
Returns the first parameter value that differs from the first parameter 
- uFirstNotNull
Returns the first non-null parameter. 
- uElements
Returns the number of elements in a delimited string. If the second parameter is omitted, a space (ASCII 32) is taken as a delimiter. 
- uToken
Returns the Nth element from a delimited string. The second parameter specifies the token number. The index starts at 1. If the third parameter is omitted, a space (ASCII 32) is used as the delimiter. 
 
Created May 24, 2011. Send feedback on this help topic to Sybase Technical Publications:
pubs@sybase.com