G
Garg
if we assign
array.length = 0
then what does it mean?
Are we setting the length of the array equal to 0
or are we selecting the first element of the array?
Please help me on this..
In vb.net, this gives an error saying that .length is a read only
property.
array.length = 0
then what does it mean?
Are we setting the length of the array equal to 0
or are we selecting the first element of the array?
Please help me on this..
In vb.net, this gives an error saying that .length is a read only
property.