Description

Insert new item or items into a visible or non-visible part of a (hierarchical) list.

Applies to

List box.

Syntax

insertedposition = Send_Message(controlID, "INSERT_EX", indexex, inserttext)

Parameters

Parameters are as follows.

ParametersDescription
IndexexPosition of item in the visible or non-visible part of a list box. Use 1 to specify the first row, and use -1 to specify the last row.
InserttextText to be inserted. @FM-delimited by row.

Return value

The position of the inserted row(s).

  • No labels