El contenido aún no ha sido traducido a su idioma. Aquí está la versión en inglés.
pick - script and chart function
The pick function returns the n:th expression
in the list.
Syntax:
pick(n, expr1[ , expr2,...exprN])
Arguments:
n
|
n is an integer
between 1 and N. |
pick( N, 'A','B',4, 6
)
|
returns 'B'
if N = 2 returns 4 if N = 3 |