This documentation was styled with a demo skin from the Premium Pack 4 add-on for Help & Manual. The contents of the skin are encrypted and not configurable. You can only publish HM projects with this skin. You cannot edit it or change it.
This version is copyright and may only be used for local testing purposes. It may not be distributed.
Please purchase the full version of the Premium Pack to get the configurable skins and remove this notice. The package will also include the Toolbox configuration utility for Premium Pack skins.
Description
Executes a function or dynamically execute a function name or a command name if dynamically passed by a string expression.
Syntax
Call_IfExists FunctionName[(Arguments)] [TO Variable]
Returns
Parameters
Name |
Type |
Optional |
Meaning |
Variable |
Yes |
Any variable to which it is possible to assign a value |
Remarks
CALL_IfExists is identical to CALL statement but will execute only if FunctionName exists. If FunctionName does not exists, no runtime error will be generated but script execution will continue with the next statement.
See CALL statement for additional info.
Restrictions
See also
Examples