Script Steps Reference

Table Of Contents
Records script steps
F
ILEMAKER SCRIPT STEPS REFERENCE 131
Example 2
Exports the found set as an Excel file unless a file with that name already exists in the output
directory.
If [not PatternCount ( Get ( DocumentsPathListing ); "Unpaid Invoice
List.xlsx" )]
Export Records [No dialog; "Unpaid Invoice List.xlsx"; Unicode (UTF-
16)]
End If