getNewArrayList
Short summary
A method to generate a new ArrayList.
- Return type: CNM_ReturnTypes.SingleExecutionResult
Parameters
| Name | Type | Comment | Kind |
|---|---|---|---|
| arrayList | IArrayList | the created array list | output |
Code
Declaration
METHOD getNewArrayList :CNM_ReturnTypes.SingleExecutionResult
VAR_OUTPUT
(* the created array list *)
arrayList :IArrayList;
END_VAR