Language:
Русский
English
Low (function)
Returns the lowest value in the range of the argument.
Declaration
function Low(X);
Target
Windows, Real, Protected
Remarks
Result type is X, or the index type of X where X is either a type identifier or a variable reference.
For this Type: Low returns
Ordinal type the lowest value in the range of the type
Array type the lowest value within the range of the index type of
the array
String type returns 0
Open array returns 0
String parameter returns 0