Select - Function SummarySummary:Finds a value in the series and returns the value or series after it. Usage:select series value Arguments:series - The series argument. (must be: series port) value - The value argument. (must be: any-type) Refinements:/part - Limits the search to a given length or position. range - The range argument. (must be: number series port) /only - Treats a series value as a single value. /case - Characters are case-sensitive. /any - Enables the * and ? wildcards. /with - Allows custom wildcards. wild - Specifies alternates for * and ? (must be: string) /skip - Treat the series as records of fixed size size - The size argument. (must be: integer) Description:Similar to the FINDfunction, but returns the next value in the series rather than the position of the match. Returns NONE if search failed. The /ONLY refinement is evaluated for a block argument and is ignored if the argument is a string.
Related:find - Finds a value in a series and returns the series at the start of it.
| ||||
|