| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > StepCustomClass > StepCustomClass Methods >====== GetValue (return a percentile's value:StepCustomClass) {{c6h0009.jpg|C6H0009.jpg}} ====== | [[getpercentile return a value s percentile stepcustomclass .htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[init initialize the stepcustomclass object .htm|{{btn_next_n.gif|Next page}}]] | | || **GetValue(** //percentile //**), VIRTUAL** {{blk2blue.jpg|blk2blue.jpg}} | **GetValue** | Returns the specified //percentile//'s value relative to the StepCustomClass object's boundaries. | | //percentile// | An integer constant, variable, EQUATE, or expression that specifies the percentile for which to retrieve the value. | The **GetValue **method returns the specified //percentile//'s value relative to the StepCustomClass object's "steps." **Implementation:** The AddItem method sets the StepCustomClass object's steps. **Return Data Type:**     STRING **Example:** ** IF FIELD() = ?MyList                               !focus on browse list** **  IF EVENT() = EVENT:ScrollDrag                     !if thumb moved** **   Locator=MyStep.GetValue(?MyList{PROP:VScrollPos})!update locator to match** **  END** ** END** **See Also:     **[[additem add a step marker .htm|AddItem]]