DeleteLastElementOf

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

Deletes the last element of Target.

Parameters
NameTypeDescription
Target

A list container.

Description

Removes the last element of Target.

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

Tagslists