Pular para o conteúdo principal

Low

Returns the lowest value in a range.

Structure

Low(X);

Parameters

Return Value

Description

Call Low to obtain the lowest value or first element of an Ordinal, Array or string. Result type is X, or the index type of X where X is either a type identifier or a variable reference.

Type Low returns

Ordinal type (includes Int64) 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 only on shortstrings

Open array Returns 0

String parameter Returns 0 |