Skip to main content

getNewArrayList

Short summary

A method to generate a new ArrayList.

Parameters

NameTypeCommentKind
arrayListIArrayListthe created array listoutput

Code

Declaration

METHOD getNewArrayList :CNM_ReturnTypes.SingleExecutionResult
VAR_OUTPUT
(* the created array list *)
arrayList :IArrayList;
END_VAR