Modify Last Find
Purpose 
Changes the most recent find request.
Format 
Modify Last Find
Options 
None.
Compatibility 
 
Where the script step runs 
Supported 
FileMaker Pro 
Yes 
FileMaker Server scheduled script 
Yes 
FileMaker Go 
Yes 
Custom Web Publishing 
Yes 
Instant Web Publishing 
Yes 
Runtime solution 
Yes 
Originated in 
FileMaker Pro 6.0 or earlier
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)