| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > StepStringClass > StepStringClass Properties >====== SortChars (valid sort characters) {{c6h0009.jpg|C6H0009.jpg}} ====== | [[root the static portion of the step .htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[testlen length of the static step portion .htm|{{btn_next_n.gif|Next page}}]] | | || | | **SortChars** | **&CSTRING** | {{blk2blue.jpg|blk2blue.jpg}} The **SortChars **property is a reference to a structure containing the valid sort characters for the StepStringClass object. The StepStringClass object uses the SortChars property to compute steps. For example if SortChars contains only 'ABYZ' then that is the information the StepStringClass uses to compute your steps. The Init method sets the value of the SortChars property. **Implementation:** The SortChars property only affects StepStringClass objects with a LookupMode specifying runtime data distribution. The SetLimit method computes the runtime data distribution. **See Also:**     [[init initialize the stepstringclass object .htm|Init]], [[lookupmode expected data distribution .htm|LookupMode]], [[setlimit set smooth data distribution stepstringclass .htm|SetLimit]]