 |
THE HYPERCARD CENTER |
|
|
|
Note: This is a work in progress and many formatting issues have been fixed. Read more about the project on the home page.
foundFieldthe foundField
Value returned: a field expression that identifies the field in which the most recent find command located its target string. If nothing was found, it returns empty. The field expression returned has one of the following forms: card field n bkgnd field n
where n is the number of the field. Examplesfind "Kathy" put the foundField
Demo Scripton foundFieldDemo find "foundFieldDemo" answer "The foundField is" && the foundField & "." & ¬ return & return &¬ "The name of the foundField is" && the name of the foundField &¬ "." end foundFieldDemo
Related Topics Placeholders
HyperTalk Reference
|