JLRodgers Level: Moderator
 Registered: 04-04-2002 Posts: 1617
|
Re: Multidimensional Arrays Archived to Disk
Don't think the first part's possible... you could always "erase" the array via a loop though, although would take a bit more time (depending on it's size).
Second part... Don't think it'd be possible (well not like you're wanting, and without something really complex like maybe moving memory locations arround). When doing a "b()=a()" setting the b()array to be the same as a(), if the dimensions of b are different, there's an error.
|