Resize

InstallShield 2016 ยป InstallScript Language Reference

The Resize function resizes an InstallScript array.

Syntax

Resize ( Array , nNewSize );

Parameters

Resize Parameters

Parameter

Description

Array

Specifies the name of the array variable.

nNewSize

Specifies the new size to be given to the array.

Return values

The Resize function returns the new size of the array.

See Also