@ Glen9999
I didn't realise that you needed to set every value to zero. Is this only necessary if you are going to be making the array a different size and it can't delete no-zero values? I tried setting the array to nil after it was used and to be recreated but I think that destroyed...
I have an array which length is set dynamically, it all works fine the first time the program is loaded. But if a user changes the settings and it needs to be resized it just gives and access violation.
procedure TForm1.MakeSignalArray();
var
SignalArray : array of integer;
b, integer;
begin...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.