Script Steps Reference

Table Of Contents
Editing script steps
F
ILEMAKER SCRIPT STEPS REFERENCE 69
Example 1
Selects the first 5 digits of the Postal Code field.
Set Selection [Customers::Postal Code; Start Position: 1; End Position: 5]
Example 2
Selects the number of paragraphs that the user specifies in the custom dialog.
Show Custom Dialog ["How many paragraphs do you want to select?";
Products::Number of Paragraphs]
If [Get ( LastMessageChoice ) = 1]
Set Selection [Products::Description; Start Position: 1; End Position:
Position ( Products::Description ; ¶ ; 1 ; Products::Number of Paragraphs
)]
End If