EmptyArray

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

Designates the array with no elements.

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

Use the empty array to initialise an array variable.

Tagsarrays