InsertFunctionCall
Inserts a function call component into the current mapping.
The specified library and function names indicate the function or user-defined function to be called.
Signature
InsertFunctionCall(in strFunctionName:String, in strLibraryName:String) -> Component |
Parameters
Name | Type | Description |
---|---|---|
strFunctionName | String | The name of the function to be inserted. |
strLibraryName | String | The library name of the function to be inserted |
Errors
Error code | Description |
---|---|
1200 | The object is no longer valid. |
1201 | Invalid address for the return parameter was specified. |
1240 | Changing the document not allowed. It is read-only. |
1242 | Failed creating function call component. |