Help

Table Of Contents
FILEMAKER PRO HELP 1006
Compatibility
Originated in
FileMaker Pro 6.0 or earlier
Description
This script step removes the contents of the field without placing the contents on the Clipboard. If
you want to cut and paste the field information, use the
Cut script step. Use Undo immediately to
restore the contents.
Note If you manually select field data before you run this script step in FileMaker WebDirect, the
script step performs as if you did not make a selection. To select field data before you run this script
step in FileMaker
WebDirect, use the Set Selection script step.
Example 1
Clears the Email field in the current record.
Show Custom Dialog ["Do you want to clear the customer's email address?"]
If [Get ( LastMessageChoice ) = 1]
Clear [Select; Customers::Email]
End If
Related topics
Script steps reference (alphabetical list)
Script steps reference (category list)
Set Selection
Purpose
Allows the user to specify the starting and ending position of a selection in a field.
Format
Set Selection [<table::field>; Start Position: <n>; End Position: <n>]
Options
Select Go to target field or click Specify to specify the field whose contents you want to
select.
Where the script step runs Supported
FileMaker Pro Yes
FileMaker Server scheduled script Yes
FileMaker Go Yes
Custom Web Publishing Yes
FileMaker WebDirect Partial
Runtime solution Yes