Navigation: thinBasic Modules > Core > Numeric handling > Outside |
|
Description
Return %TRUE if the numeric expression to check is outside the specified limits.
Syntax
n = Outside(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 |