EmptyList

Typeexpression
DictionaryLCB
LibraryLiveCode Builder
Syntax
the empty list
Associationscom.livecode.list
Summary

Designates the list of length zero.

Example
variable tVar as List
variable tCount as Number
put the empty list into tVar
put the number of elements in tVar into tCount -- tCount is 0
Description

Use the empty list to initialise a list variable.

Tagslists