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><glossary tag="return">Returns</glossary> the <keyword tag="field">field</keyword> in which text was located by the most recent <command tag="find">find</command> <glossary tag="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_st tag="function">function</control_st> after a <command tag="find">find</command> command to determine where the text was found.</p><p/><p><b>Value:</b></p><p>The <b>foundField</b> function <glossary tag="return">returns</glossary> the <function tag="number">number</function> <glossary tag="property">property</glossary> of the <keyword tag="field">field</keyword>.</p><p/><p><b>Comments:</b></p><p>The <b>foundField</b> <control_st tag="function">function</control_st> is cleared when the text <keyword tag="selection">selection</keyword> moves into the <b>foundField</b> or when the <glossary tag="current card">current card</glossary> is closed. At the same time, the box the <command tag="find">find</command> command draws around the found text disappears. If there is no box, the <b>foundField</b> <control_st tag="function">function</control_st> <glossary tag="return">returns</glossary> empty.</p>