| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > ConstantClass > ConstantClass Methods >====== Reset (reset the object to the beginning of the constant data) {{c6h0009.jpg|C6H0009.jpg}} ====== | [[next copy next constant item to targets .htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[set set the constant data to process .htm|{{btn_next_n.gif|Next page}}]] | | || **Reset** {{blk2blue.jpg|blk2blue.jpg}} The **Reset **method resets internal counters to start processing constant data from the beginning. **Implementation:** The Set, Next(FILE) and Next(QUEUE) methods call the Reset method. Typically you will not call this method. **Example:** **ConstantClass.Set PROCEDURE(*STRING Src)** ** CODE** ** DISPOSE(SELF.Str)** ** SELF.Str &= NEW STRING(LEN(Src))** ** SELF.Str = Src** ** SELF.SourceSize=LEN(SELF.Str)** ** SELF.Reset**