SetCount  Array

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)

Parameters

countNumber of items.Required

Return value

The SetCount function has no return values.

Example

myArray.SetCount(10)
SECCIA Documentation - Copyright © 2001-2009 Sylvain Seccia