Skip - Function SummarySummary:Returns the series forward or backward from the current position. Usage:skip series offset Arguments:series - The series argument. (must be: series port) offset - Can be positive, negative, or zero. (must be: number logic pair) Description:For example, SKIP series 1 is the same as NEXT. If skip attempts to move beyond the head or tail it will be stopped at the head or tail.
Related:at - Returns the series at the specified index.
| ||||
|