excludeSubarray

Looking for the documentation on the newest versions of SIL Engine and the Simple Issue Language for Jira 8 for Server/Data Center?Ā Click hereĀ !

Availability

This routine is available starting with katl-commons 3.0.1.

Syntax

excludeSubarray(arr, start, end)

Description

Returns an array excluding the array that starts at index 'start' and ends at index 'end'.

Parameters

Parameter name

Type

Required

Description

arr

array

Yes

Array.

startnumberYesStart index.
endnumberYesStop index.

Return Type

array

See also