Here's an example of how I'm resizing an array:
SetLength(High_, size); SetLength(Low_, size);
Is it possible to re size this array later on the program where I might have a line of code
SetLength(High_, size2); SetLength(Low_, size2); ???
Thanks
Wardlow