| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > StepLongClass > StepLongClass Methods >====== GetValue (return a percentile's value:StepLongClass) {{c6h0009.jpg|C6H0009.jpg}} ====== | [[getpercentile return a value s percentile steplongclass .htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[setlimit set smooth data distribution steplongclass .htm|{{btn_next_n.gif|Next page}}]] | | || **GetValue(** //percentile //**), VIRTUAL** {{blk2blue.jpg|blk2blue.jpg}} | **GetValue** | Returns the specified //percentile//'s value relative to the StepLongClass 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 StepLongClass object's upper and lower boundaries. For example, if the bounds are 0 and 1000 then GetValue(25) returns '250'. **Implementation:** The SetLimit method sets the StepLongClass object's upper and lower boundaries. **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:     **[[setlimit set smooth data distribution steplongclass .htm|SetLimit]]