ArrayExtend_RU.new Method [AX 2012]

Creates a new instance of the Array class and initializes default values for a certain number of elements.

public void new(Types _type, [int _noOfInitializeElements])

Run On

Called

Parameters

_type
Type: Types Enumeration
The type of elements in the array.
_noOfInitializeElements
Type: int
The number of elements to initialize.

Community Additions

ADD
Show: