Skip to content

Reorder_list - DataList_

Permits manual reordering of the contents of the data list

Type: Procedure

Parameters

Parameter Type Description
iNewCol Integer Optional. The item number to reorder the list around.

Syntax

Procedure Reorder_list Integer iNewCol

Call Example

Send Reorder_list iNewCol

Description

Reorder_list permits manual reordering of the contents of the data list. This message is intended to be used externally (e.g. by an accelerator key) to force the list to reorder based on the item number passed (or on the current item if no item number was passed).