System Functions
The supplied system library contains a number of useful functions you can use
in your scripts. Below is a list of these functions. The system library is
defined in your config file's System Properties/Libraries section. The
default scripting object name is system for this library. To use these
functions you simply reference the system object as in "system.functionname()"
where functionname is one of the functions listed below.
Function |
Short Description |
parseDate |
Convert a string to a Java Date object. |
getFTP |
Get an instance of the FTP object |
|