Name

adams.flow.source.NewArray


Synopsis

Generates a new array of the specified class with the given dimensions.
Dimensions are given as follows: [x], with x being the number of elements. You can have multi-dimensional arrays: [x][y][z]. Variables can be used as well to specify the dimensions: [@{x}].


Additional information

Flow input/output:
- output: java.lang.String[]


Options