====NAME==== ===Parameters=== ^Order^Name^Type^Desc^ |1|name|[[const]]|The name to assign to the stack item| ===Returns=== Nothing. ===Description=== Each stack can be given a //name//. Although most queries don't need one, it can be useful when making queries on an unknown ARDI database, particularly when combined with the [[fEACH]] function. Names are often created using the [[fCONCAT]] function, and are often set as part of an [[fEACH]] loop. ===See Also=== [[fCONCAT]]