Navigation:  Templates > Template Language Reference > Built-in Template Procedures >====== ITEMS (return multi-valued symbol instances) C6H0068.jpg ====== Previous pageReturn to chapter overviewNext page

ITEMS( symbol )

blk2blue.jpg

ITEMS Returns the number of instances contained by the symbol.
symbol A multi-valued symbol.

The ITEMS procedure returns the number of instances contained by the symbol.

Return Data Type:     LONG

Example:

#DELETE(%Control,ITEMS(%Control))  #!Delete last instance

Built-In Template Procedures