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.A script function call always begins with the function name followed by parentheses - with or without arguments:FunctionName([arg1,][arg2,][argN,]);
OpenText StreamServe 5.6 | Updated: 2013-03-01 |