| Description | Method Name | Method Procedure | 
| Extend a list | TM_LIST_EXTEND | TmListExtend | 
| Append to a list  | TM_LIST_APPEND | TmListAppend | 
| Insert in a list  | TM_LIST_INSERT | TmListInsert | 
| Retrieve from a list  | TM_LIST_RETRIEVE | TmListRetrieve | 
| Replace a list element | TM_LIST_REPLACE | TmListReplace | 
| Delete (Undo) previous change to a list  | TM_LIST_DELETE | TmListDelete | 
| Clear list elements  | TM_LIST_CLEAR | TmListClear | 
| Destroy list elements | TM_LIST_DESTROY | TmListDestroy | 
| note | Code for the default list method procedures are contained in the file, where WAVE_DIR is the main PV‑WAVE directory.  |