Modify Last Find
Purpose 
Changes the most recent find request.
Format 
Modify Last Find
Options 
None.
Compatibility 
This script step is also supported in web publishing and in a FileMaker Server scheduled script.
Description 
Add a Perform Find script step after this script step to find records.
Examples 
Show Custom Dialog ["Repeat the last Find?"]
If [Get (LastMessageChoice) = 1]
Modify Last Find
Pause/Resume Script[Indefinitely]
Perform Find[]
Else
Enter Find Mode[Pause]
Perform Find[]
End If
Related topics 
Script steps reference (alphabetical list)
Script steps reference (category list)