Navigation: thinBasic Modules > Core > Numeric handling > Inside |
|
Description
Return %TRUE if the numeric expression to check is inside the specified limits.
Syntax
n = Inside(ExpressionToCheck, LowerValue, UpperValue)
Returns
Number
Parameters
Name |
Type |
Optional |
Meaning |
ExpressionToCheck |
Numeric |
No |
Numeric expression to check |
LowerValue |
Numeric |
No |
Lower limit value |
UpperValue |
Numeric |
No |
Upper limit value |
Remarks
Restrictions
See also
Examples
© 2004-2008 thinBasic. All rights reserved. | Version 1.7.0.0 | Web Site: http://www.thinbasic.com |