ComArray.CreateArray

Creates a new array instance with size number of items pre-set. Elements are unassigned but array is dimensioned.

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-2022 • Updated: 11/25/21
Comment or report problem with topic