| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > StepStringClass > StepStringClass Methods >====== Kill (shut down the StepStringClass object) {{c6h0009.jpg|C6H0009.jpg}} ====== | [[init initialize the stepstringclass object .htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[setlimit set smooth data distribution stepstringclass .htm|{{btn_next_n.gif|Next page}}]] | | || **Kill, VIRTUAL** {{blk2blue.jpg|blk2blue.jpg}} The **Kill **method frees any memory allocated during the life of the object and performs any other required termination code. **Implementation:** The Kill method frees memory allocated for the Ref, Root, and SortChars properties. **Example:** ** MyStepStringClass.Init(ScrollSort:AllowAlpha+ScrollSort:AllowNumeric)** ** !program code** ** MyStepStringClass.Kill**