There are no restrictions on how many elements in an array have the same value.


array[4] = aStr;
array[55] = aStr;
array[234] = aStr;