Manuals/calci/THEREEXISTSONE

From ZCubes Wiki
Revision as of 14:57, 4 February 2020 by Joseph (talk | contribs) (Created page with "==THEREEXISTSONE(SomeArray,SomeFunctions) == ==Description== *THEREEXISTSONE returns the result of applying the set of SomeFunctions to SomeArray, if results evaluate to tr...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

THEREEXISTSONE(SomeArray,SomeFunctions)

Description

  • THEREEXISTSONE returns the result of applying the set of SomeFunctions to SomeArray, if results evaluate to true for one exactly element in the array when the functions are applied.

Example

THEREEXISTSONE(1..100,"x<=1")

gives true

THEREEXISTSONE(1..100,"x<=2")

gives false


See Also

References