922 bytes added
, 19:50, 7 November 2017
<div style="font-size:30px">'''ISERR (Value)'''</div><br/>
*<math>Value</math> is any value.
==Description==
*This function is one of the group in ISFUNCTIONS.
*The IS FUNCTION is also known as data information functions, data inspection functions or data-testing functions.
*This function is the tester function of error values.
*In ISERR(Value),Value is any number or non numeric.
*This function will return the result as TRUE when the given value any error value.
*And will return the result as FALSE when the given Value is any numeric or non numeric value.
==Examples==
# ISERR(76) = false
# ISERR("morning") = false
# ISERR(#) = true
==See Also==
*[[Manuals/calci/ISLOGICAL | ISLOGICAL ]]
*[[Manuals/calci/ISTEXT | ISTEXT ]]
*[[Manuals/calci/ISBLANK | ISBLANK ]]
==References==
*[http://en.wikipedia.org/wiki/Is_functions Is Function]
*[[Z_API_Functions | List of Main Z Functions]]
*[[ Z3 | Z3 home ]]