show / hide menu

MoveDown

Purpose

The MoveDown function moves the selected item one position down within a collection control.

Syntax

MoveDown(ControlName.Value)

Arguments

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

Example:

MoveDown(Listbox1.Value)

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