DDgui_insertitem%: id$, text$, before_index%
Add text to a list-box or combo box
Example :
DDgui_list("entry","Level 1|Level 2|Level 3")
DDgui_combo("entry2","Level 1|Level 2|Level 3")
DDgui_insertitem("entry","Text1",2)
DDgui_insertitem("entry2","Text2",1)
Result :
This command allows text to be inserted into a list-box or combo selection at a given position.