DeleteSingletonElementOf

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

Deletes the element at index Index in Target.

Parameters
NameTypeDescription
Index

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

Target

A list container.

Description

Removes the element at the given index from the list.

Note: It is an error if either Index is out of range.

Tagslists