ReDim Array Action

Description

Changes the size of the right-most (least significant) boundary of the array. The array must have already been created using the Create Array action.

Declaration

<AMREDIMARRAY NAME="Array_Name" SIZE="23" />

Example

<AMREDIMARRAY NAME="Array_Name" SIZE="6" />

General Tab Parameters

Array Name: Specifies the name of the array to create. It is important that this value is unique, descriptive and does not conflict with any BASIC scripting keywords (examples of common conflicts include: date, day, week, etc).

Text, Required
MARKUP: NAME="Array_Name"

New Size: Specifies the new size of the right-most boundary of the array.

Text, Required- Default 0
MARKUP: SIZE="23"

See Also

Create Array Action, Create Variable Action, Increment Variable Action, Decrement Variable Action