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.
Parameters | Description |
---|---|
Indexex | Position 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. |
Inserttext | Text to be inserted. @FM-delimited by row. |
Return value
The position of the inserted row(s).