Outside

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Core Language > BuiltIn Functions > Numeric functions >

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

 

Inside, Between, MinMax

 

Examples