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, 2004-2020 • Updated: 04/23/11
Comment or report problem with topic