Note: This is a work in progress and will be formatting errors. Read more about the project on the home page.
the result
Values returned: return
keyword during the execution of a message empty
if most
commands succeed; otherwise, a message string
if the result is not empty then ...
That way, the handler doesn’t rely on the specific value of a string. the result
for each command. go card "ZZ"
if the result is not empty then ... -- didn't go there
find "XZZ" in field "Title"
if the result is not empty then ... -- didn't find it
on resultDemo
find "Pat, Jim, Eric, and Eli" in bkgnd field "title"
answer "Pat, Jim, Eric, Eli:" && the result
go to card "Pat, Jim, Eric, and Eli"
answer "Pat, Jim, Eric, and Eli:" && the result
end resultDemo
Functions
Version 0.7b1 (March 24, 2022)