<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.zcubes.com/index.php?action=history&amp;feed=atom&amp;title=Array_Find_Related_Functions</id>
	<title>Array Find Related Functions - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.zcubes.com/index.php?action=history&amp;feed=atom&amp;title=Array_Find_Related_Functions"/>
	<link rel="alternate" type="text/html" href="http://wiki.zcubes.com/index.php?title=Array_Find_Related_Functions&amp;action=history"/>
	<updated>2026-07-03T03:29:05Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.2</generator>
	<entry>
		<id>http://wiki.zcubes.com/index.php?title=Array_Find_Related_Functions&amp;diff=217429&amp;oldid=prev</id>
		<title>Joseph: Created page with &quot; * &lt;&lt; Z3 Home  * Z3 Language Documentation * Z%5E3_Array_Manipulation_Member_Functions | Listing of Z3 Array Manipulation Member...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.zcubes.com/index.php?title=Array_Find_Related_Functions&amp;diff=217429&amp;oldid=prev"/>
		<updated>2024-09-13T20:57:14Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot; *&lt;a href=&quot;/Z3&quot; title=&quot;Z3&quot;&gt; &amp;lt;&amp;lt; Z3 Home &lt;/a&gt; *&lt;a href=&quot;/Z%5E3_Language_Documentation&quot; title=&quot;Z^3 Language Documentation&quot;&gt; Z3 Language Documentation&lt;/a&gt; * Z%5E3_Array_Manipulation_Member_Functions | Listing of Z3 Array Manipulation Member...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
*[[ Z3 | &amp;lt;&amp;lt; Z3 Home ]]&lt;br /&gt;
*[[ Z%5E3_Language_Documentation | Z3 Language Documentation]]&lt;br /&gt;
*[[ Z%5E3_Array_Manipulation_Member_Functions | Listing of Z3 Array Manipulation Member Functions]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Array Index Related Functions==&lt;br /&gt;
&lt;br /&gt;
find related functions generally use the parameters fn which is applied to elements, includefalse to pick the elements that returned a false for the function call, and a mode to use to return the value. &lt;br /&gt;
&lt;br /&gt;
Mode can be &amp;quot;INDEX&amp;quot;, &amp;quot;ELEMENT&amp;quot;, &amp;quot;TRUE&amp;quot;/&amp;quot;TRUTH&amp;quot;,  &amp;quot;VALUE&amp;quot;,&amp;quot;INDEXELEMENT&amp;quot;,&amp;quot;INDEXELEMENTVALUE&amp;quot;, etc.&lt;br /&gt;
findx	fn,mode,includefalse	Applies a function and returns matches. &lt;br /&gt;
&lt;br /&gt;
includeFalse keeps matches that returned false.&lt;br /&gt;
&lt;br /&gt;
findi	fn,includefalse	Applies a function and returns indices of matches.&lt;br /&gt;
finde	fn,includefalse	Applies a function and returns elements that matched.&lt;br /&gt;
findie	fn,includefalse	Applies a function and returns index and elements that matched.&lt;br /&gt;
findiev	fn,includefalse	Applies a function and returns index, elements that matched and result of the match.&lt;br /&gt;
findiv	fn,includefalse	Applies a function and returns index, result of the match.&lt;br /&gt;
findv	fn,includefalse	Applies a function and returns result of the match.&lt;br /&gt;
findt	fn,includefalse	Applies a function and returns result of the match as true or false.&lt;br /&gt;
&lt;br /&gt;
Note the different options to return just the indices of match (findi),  findiv (return index and value), etc.&lt;br /&gt;
&lt;br /&gt;
==Notations for Find Functions==&lt;br /&gt;
    ⒱  Find by Values        .findv&lt;br /&gt;
    ⒤  Find by Indices       .findi&lt;br /&gt;
    ⒠  Find by Elements      .finde&lt;/div&gt;</summary>
		<author><name>Joseph</name></author>
	</entry>
</feed>