for example : a=list[0]; ... b=list[9] c=list[10]; this will generate null between 9 and 10
for example :
a=list[0];
...
b=list[9]
c=list[10];
this will generate null between 9 and 10