DeleteFirstElementOf

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

Deletes the first element of Target.

Parameters
NameTypeDescription
Target

A list container.

Description

Removes the first element of Target.

Note: It is an error if Target is the empty list.

Tagslists