Script Steps Reference

Table Of Contents
Files script steps
F
ILEMAKER PRO SCRIPT STEPS REFERENCE 197
Example 1
Saves a copy or clone of the current database.
Show Custom Dialog ["Save a copy or empty clone of the current file?"]
If [Get ( LastMessageChoice ) = 1]
Save a Copy as [copy]
Else
Save a Copy as [clone]
End If