29th October 2021 at 2:37am
purpose | select the Z th input title |
---|---|
input | a selection of titles |
parameter | Z =an integer, defaulting to 0 |
output | the Z th input title |
Learn more about how to use Filters
Introduced in v5.2.1
Z
is zero-based. In other words, zth[0]
has the same effect as nth[1]
and the first
operator.