Skip to content

Roots delentArray() Function

Dan Kranz edited this page Nov 21, 2020 · 4 revisions

Remove the elements specified by first/nextLine from an array

Syntax

Roots.delentArray(arr, first, nextLine)

Parameter Values

Parameter Description
arr The array to work with
first Starting line number of the removal list (type Array)
nextLine Subsequent line numbers array
Clone this wiki locally