Difference between revisions of "Manuals/calci/ISARRAYORSUCH"
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
| − | + | =ISARRAYORSUCH (SelectedArrayObject)= | |
| + | |||
| + | where | ||
*<math>SelectedArrayObject</math> is the set of values. | *<math>SelectedArrayObject</math> is the set of values. | ||
Revision as of 16:36, 4 January 2018
ISARRAYORSUCH (SelectedArrayObject)
where
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle SelectedArrayObject} is the set of values.
Description
- This function is one of the group in ISFUNCTIONS.
- The ISFUNCTION is also known as data information functions, data inspection functions or data-testing functions.
- In Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle ISARRAYORSUCH (SelectedArrayObject)} ,Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle SelectedArrayObject} is the set of values.
- This function is giving the result as TRUE when the selected Array Object is containing set of values including string values.
- And will return the result as FALSE when the selected array object containing single value or no value.
- For the ISFUNCTION the argument can be blank, or it can contain data such as text, numbers, error values, or logical values.
Examples
- ISARRAYORSUCH(2,[2,3,4]) = false
- ISARRAYORSUCH(3,10,"4") = false
- ISARRAYORSUCH("a","r",5) = true
See Also
References