User Manual - Page 97

For N3/TBL/1L1/J.

Loading ...
Loading ...
Loading ...
mid()
Catalog >
mid(sourceString, Start[, Count])
string
Returns Count characters from character
string sourceString, beginning with
character number Start.
If Count is omitted or is greater than the
dimension of sourceString, returns all
characters from sourceString, beginning
with character number Start.
Count must be 0. If Count = 0, returns an
empty string.
mid(sourceList, Start [, Count]) list
Returns Count elements from sourceList,
beginning with element number Start.
If Count is omitted or is greater than the
dimension of sourceList, returns all
elements from sourceList, beginning with
element number Start.
Count must be 0. If Count = 0, returns an
empty list.
mid(sourceStringList, Start[, Count])
list
Returns Count strings from the list of
strings sourceStringList, beginning with
element number Start.
min()
Catalog >
min(Value1, Value2) expression
min(List1, List2) list
min(Matrix1, Matrix2) matrix
Returns the minimum of the two
arguments. If the arguments are two lists
or matrices, returns a list or matrix
containing the minimum value of each pair
of corresponding elements.
min(List) expression
Returns the minimum element of List.
Alphabetical Listing 93
Loading ...
Loading ...
Loading ...