====== INSERT_EX message ====== ==== 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. ^Parameter^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.\\ | ==== Returns ==== The position of the inserted row(s).