| **Navigation:**  [[templates.htm|Templates]] > [[tlrcontents.htm|Template Language Reference]] > Complete Alpha Listing >====== #POP (delete and re-fix a multi-value symbol) {{c6h0068.jpg|C6H0068.jpg}} ====== | [[ pdefine add pragma to project.htm|{{btn_prev_n.gif|Previous page}}]][[tlrcontents.htm|{{btn_home_n.gif|Return to chapter overview}}]][[ postembed generate ending embed point comments .htm|{{btn_next_n.gif|Next page}}]] | | || **#POP(** //symbol //**)** {{blk2blue.jpg|blk2blue.jpg}} | **#POP** | Deletes the last instance of a multi-valued symbol and re-fiXEs to the new last instance. | | //symbol// | A multi-valued user-defined symbol. | The **#POP** statement deletes the last instance of a multi-valued symbol and re-fiXEs to the new last instance. This is directly equivalent to issuing a #DELETE(%MultiSymbol,ITEMS(%MultiSymbol)) statement followed by #SELECT(%MultiSymbol,ITEMS(%MultiSymbol)) statement. **Example:** **#POP****(%MultiSymbol)  #!Delete last instance and fix to new last instance**