Skip to content

Roots delent() Function

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

All first/nextLine lines are removed from block. The delent function also updates the value of nline. Input first/nextLine reflects physical block line sequence; i.e. first/nextLine was generated via seqlst. Vacancies result at the bottom of block.

Syntax

Roots.delent(block, cpl, nline, first, nextLine)

Parameter Values

Parameter Description
block Uint8Array memory block
cpl The width of a memory block line
nline The number of block lines
first Starting line number of the removal list (type Array)
nextLine Subsequent line numbers array
Clone this wiki locally