The SetCount function changes the number of items without deleting objects.
For new items, their values are set to null.
Syntax
Array.SetCount(
Integer count)
Integer count)
Parameters
| count | Number of items. | Required |
|---|
Return value
The SetCount function has no return values.
Example
myArray.SetCount(10)