tail
Get bottom rows of array or table
Description
tail(
displays the last eight rows
of array, table, or timetable A
)A
in the Command Window without
storing a value.
returns
the requested rows of B
= tail(___)A
for either of the previous syntaxes.
The data type of B
is the same as the data type of
A
.