Language:
Русский
English
High (function)
Returns the highest value in the range of the argument.
Declaration
function High(X)
Target
Windows, Real, Protected
Remarks
Result type is X, or the index type of X.
X is either a type identifier or a variable reference. The type denoted by X, or the type of the variable denoted by X, must be one of the following types.
For this type High returns
Ordinal type the highest value in the range of the type
Array type the highest value within the range of the index type
of the array
String type the declared size of the string
Open array a value of type Word giving the number of elements in
the actual parameter minus one
string parameter a value of type Word giving the number of elements in
the actual parameter minus one
See also: