This function should be used whenever a new array is to be allocated.
pFixSizeMemoryObject memory_NewArray(pMemoryObject pMo,
long LowIndex,
long HighIndex
){
The index variables define the indices that are to be used when accessing an
array element. The index values are inclusive.