the empty array
Designates the array with no elements.
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
Use the empty array to initialise an array variable.