Create Script syntax and chart functions Functions in scripts and chart expressions Conditional functions pick - script and chart function pick - script and chart function The pick function returns the n:th expression in the list. Syntax: pick(n, expr1[ , expr2,...exprN]) Arguments: Argument Description n n is an integer between 1 and N. Examples and results: Example Result pick( N, 'A','B',4, 6 ) returns 'B' if N = 2returns 4 if N = 3 Feedback Did this information help you? Yes No Thanks for letting us know. Is there anything you'd like to tell us about this topic? Can you tell us why it did not help you and how we can improve it? Send feedback Thanks for helping us improve! Previous topic mixmatch - script and chart function Next topic wildmatch - script and chart function