Create - method of the PmArray object
Description:
Creates a 1- or 2-dimensional array.
Syntax:
Array Create(Long nSize1, [Long nSize2])
Return value:
The method returns the same object it was called upon. This method is just a helping instrument so the
PmArray object can be created in the one row and then configured to desired size - see
Example1.
Note:
This method is also functional in
Web panels.
The
Array1 method can sometimes be more effective for creation of the 1-dimensional array.