| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > ConstantClass > ConstantClass Methods >====== Kill (shut down the ConstantClass object) {{c6h0009.jpg|C6H0009.jpg}} ====== | [[init initialize the constantclass object .htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[next load all constant items to file or queue .htm|{{btn_next_n.gif|Next page}}]] | | || **Kill** {{blk2blue.jpg|blk2blue.jpg}} The **Kill **method frees any memory allocated during the life of the object and does any other required termination code. **Example:** ** Const.Init(Term:BYTE)   !Initialize the Const object,** **                         ! the first BYTE contains item count** ** Const.AddItem(ConstType:PString, LangQ.Text) !Describe constant structure and** ** Const.AddItem(ConstType:PString, LangQ.Repl) ! variables to accept the values** ** Const.Set(Spanish)      !pass the constant data to Const object** ** Const.Next(LangQ)       !copy all constant items to the LangQ** ** Const.Kill              !shut down Const object**