Creates a new array instance with size number of items pre-set. Elements are unassigned but array is dimensioned. Use 0 for an empty array.
Use SetItem() to assign values to each array element
public bool CreateArray(string arrayTypeName, int size)
Parameters
arrayTypeName
The type of the array's elements
size
Size of array to create
See also:
Class ComArray© West Wind Technologies, 1996-2024 • Updated: 10/21/22
Comment or report problem with topic