Havin a little brain fart here I am, but I think if you give say $Pictures[101] = "anythinghere";
then it will assign empty values to 0-100 (don't quote me on that, I am not 100% sure)
to see if it works, try this
<?php
$Pictures[101]="anythinghere";
$theLength= sizeof($Pictures);
echo $theLength
?>
That should work, but I must warn you, I am a n00b, and I am very sleepy 🙂