Note: This is a work in progress and will be formatting errors. Read more about the project on the home page.
the foundLine
Value returned: a line expression equal to the line of a field where the most recent find
command located its target string. If nothing was found, it returns empty
. line i of card field n
line i of bkgnd field n
i
is the line number and n
is the number of the field. find "Ann"
put the foundLine
-- Using foundLine to select a line:
find currentTopic in field "Topics"
select word 1 to 2 of the foundLine
on foundLineDemo
set cursor to watch
find string "on foundLineDemo"
answer "The foundLine is" && the foundLine & "." & return ¬
& return & "The value of the foundLine is “" &¬
the value of the foundLine & "”."
end foundLineDemo
Functions
Version 0.7b1 (March 24, 2022)