Note: This is a work in progress and will be formatting errors. Read more about the project on the home page.
the 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. on foundFieldDemo
find "foundFieldDemo"
answer "The foundField is" && the foundField & "." & ¬
return & return &¬
"The name of the foundField is" && the name of the foundField &¬
"."
end foundFieldDemo
Functions
Version 0.7b1 (March 24, 2022)