New function

Generates a one-dimensional data field


Description

The New function generates a one-dimensional data field in the specified size.

Optionally, a value can be specified in the second argument to fill the field with.


Syntax

New (length)

New (length, value)

Examples