Skip to main content

pick - script and chart function

The pick function returns the n:th expression in the list.

Syntax:  

pick(n, expr1[ , expr2,...exprN])

Arguments:  

Arguments
Argument Description
n n is an integer between 1 and N.

Example:  

Example
Example Result
pick( N, 'A','B',4, 6 ) returns 'B' if N = 2

returns 4 if N = 3

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!