Boolean 
Review the list of Boolean functions.
- uIsAscending
Returns 1 if every parameter is equal to or greater than its predecessor 
- uIsBoolean
Returns 1 if the parameter is 1, true, yesor 0, no, false. 
- uIsDate
Returns 1 if the parameter can be interpreted as a date. 
- uIsDescending
Returns 1 if every parameter is equal to or lower than its predecessor 
- uIsEmpty
Returns 1 if the parameter is empty or null 
- usIsInteger
Returns 1 if the parameter can be interpreted as an integer value 
- uIsFloat
Returns 1 if the parameter can be interpreted as a floating point value 
- uIsNull
Returns 1 if the parameter is null 
- uIsNumber
Returns 1 if the parameter can be interpreted as a number 
 
Created May 24, 2011. Send feedback on this help topic to Sybase Technical Publications:
pubs@sybase.com