Array.new Method [AX 2012]
Creates an array in which each element has the specified type.
public void new(Types Type)
Run On
CalledParameters
- Type
- Type: Types Enumeration
The data type of the array elements.
Community Additions
ADD
Show:
Creates an array in which each element has the specified type.
public void new(Types Type)