DeleteRangeElementOf

Typestatement
DictionaryLCB
LibraryLiveCode Builder
Syntax
delete element <Start> to <Finish> of <Target>
Associationscom.livecode.list
Summary

Deletes the elements between indices Start and Finish in Target.

Parameters
NameTypeDescription
Start

An expression which evaluates to a valid integer index of Target.

Finish

An expression which evaluates to a valid integer index of Target.

Target

A list container.

Description

Removes the elements between the given indices from the list.

Note: It is an error if either Start or Finish are out of range.

Tagslists