IMPORT_SCRIPTS_UDF Function
Syntax
Arguments
- FilenameCharacter
The name of a text file created with the EXPORT_SCRIPTS_AND_UDF()function. If no filename is specified, then the function prompts for filename.
- SilentLogical
Default = .F. If false (.F.), Alpha Anywhere displays a dialog box showing the scripts and UDFs in the text file that you are importing. You can select which scripts and UDFs to import. Otherwise if true (.T.), the dialog is suppressed, and Alpha Anywhere imports all scripts and UDFs.
- Automatic_OverwriteLogical
Default = .F.. If false (.F.), Alpha Anywhere prompts before overwriting any script or UDF with the same name. If true (.T.), Alpha Anywhere does not prompt before overwriting any script or UDF with the same name.
Description
The IMPORT_SCRIPTS_UDF() function imports scripts and user defined functions from a text file.
Example
export_scripts_udfs("c:\myfunctions.txt") import_scripts_udfs("c:\myfunctions.txt")
See Also