Scripting in StreamServe > Built-in script functions

Built-in script functions
A script function is a portion of code, which performs a specific task and is relatively independent of the remaining code. There are a several built-in script functions that you can use. You can also create your own script functions. See Function files.
Covers a wide range of use
The built-in script functions cover a wide range of use, such as:
General syntax
A script function call always begins with the function name followed by parentheses - with or without arguments:
FunctionName([arg1,][arg2,][argN,]);
Script functions reference
All built-in script functions are described in Script functions reference.
OpenText StreamServe 5.6 Updated: 2013-03-01