| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > BrowseQueue Interface > BrowseQueue Methods >====== Insert(add entry to LIST queue) {{c6h0009.jpg|C6H0009.jpg}} ====== | [[getviewposition retrieve view position .htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[records return number of records .htm|{{btn_next_n.gif|Next page}}]] | | || **Insert([**//position//**])** {{blk2blue.jpg|blk2blue.jpg}} | **Insert** | Adds an entry to the queue for the LIST control. | | //position// | An integer constant, variable, EQUATE, or expression that indicates the relative position in the queue for the LIST. | The **Insert **method adds an entry to the queue that the LIST control is using. If no position parameter is used, the entry is added to the end of the queue. If the position parameter is used, the entry is added at the relative position specified. If an entry exists at that position, it is moved down to make room for the new entry.