i'm not sure i understand what you asking for, but what i think is you want to set every index of the array to the same memory location? if that is what you are trying to do it is impossible. it defies the logic of how an array works. the index increments along the bits based on the size of the datatype definition for that array. index 3 for instance would be (3 *double), and would increment that many bits from the array pointer initial memory address. otherwise i don't understand what you are asking and i apologize for wasting your time.
the virtuous lead with their minds.
Bookmarks