You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<summary><glossarytag="return">Returns</glossary> the <keywordtag="field">field</keyword> in which text was located by the most recent <commandtag="find">find</command> <glossarytag="command">command</glossary>.</summary>
<examples>
<example>the foundField</example>
<example>if word 2 of the foundField is the number of field 1 then findItAgain</example>
<example>select the text of the foundField</example>
</examples>
<description>
<p>Use the <b>foundField</b> <control_sttag="function">function</control_st> after a <commandtag="find">find</command> command to determine where the text was found.</p><p/><p><b>Value:</b></p><p>The <b>foundField</b> function <glossarytag="return">returns</glossary> the <functiontag="number">number</function> <glossarytag="property">property</glossary> of the <keywordtag="field">field</keyword>.</p><p/><p><b>Comments:</b></p><p>The <b>foundField</b> <control_sttag="function">function</control_st> is cleared when the text <keywordtag="selection">selection</keyword> moves into the <b>foundField</b> or when the <glossarytag="current card">current card</glossary> is closed. At the same time, the box the <commandtag="find">find</command> command draws around the found text disappears. If there is no box, the <b>foundField</b> <control_sttag="function">function</control_st> <glossarytag="return">returns</glossary> empty.</p>