|
Range | |
Result = Range(Value, LowerLimit, UpperLimit) | |
Parameters: Value=Value to test LowerLimit=The lower limit of the range UpperLimit=The upper limit of the range |
|
Returns: Result |
|
Range() returns 1 if a value is within a given range else it returns 0. FACTS: * A value is within a range even if it equals the upper or lower limits. Example This example uses range to detech is the mouse is within a box region on the screen
|
Related Info: | ClipRange | ClipRange# | Comparisons | MidPoint | Operators | PointInBox | PointIntersectCircle | Swap : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |