Call (deprecated since 4.9.1.4 GWE)
Category: Script/Function call
Since engine version: 4.6.5.0 CP
Description
Calls the local function 'szFunction'. You should use direct calling as with engine functions instead.
Syntax
any Call
(string szFunction, any ...);
Parameters
- szFunction:
-
Function to be called.
- ...:
-
Parameters of the function.
Changelog
| Date |
Author |
Version |
Description |
| 15th July 2002 |
PeterW |
4.9.1.4 GWE |
Deprecated: Instead of this function, the new syntax for calling functions should be used. See Call a local function.
|
jwk, April 2002