Can anyone help me.
I know that if you can overide the indices using the => operator, when you specify an array e.g $test = array(1 => "cr", "de");
However I was wanting to create an array on the fly and start the array at 1 - does anyone have any ideas how I can specify the indices?