show / hide menu

MoveUp

Purpose

The MoveUp function moves the selected item one position up within a collection control.

Syntax

MoveUp(ControlName.Value)

Arguments

ControlName – The name of the collection control containing the selected item to be moved up.

Example

MoveUp(ListBox1.Value)

Clicking an item in the ListBox and then executing this function moves the selected item one position up in the list.