the empty data
Designates data of length 0.
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
Use the empty data to initialise a data variable.