EmptyData

Typeexpression
DictionaryLCB
LibraryLiveCode Builder
Syntax
the empty data
Associationscom.livecode.binary
Summary

Designates data of length 0.

Example
variable tVar as Data
variable tCount as Number
put the empty data into tVar
put the number of bytes in tVar into tCount -- tCount is 0
Description

Use the empty data to initialise a data variable.

Tagsbinary