Hello,
A question about the function SetArraySize() :
Are stored data reset to zero after any kind of size modification?
Maybe only added part of an array is set to zero after a size increase?
Sorry if this has been asked earlier. Didn't found it.
Regards.
SetArraySize()
- WHS Support
- Posts: 2443
- Joined: 14 Feb 2013 10:27
Re: SetArraySize()
Hello inf2006,
the stored values will remain even if you increase the array size. Only if you are going to reduce the size it is possible that the values could get lost.
Kind regards,
Timo
WH SELFINVEST
the stored values will remain even if you increase the array size. Only if you are going to reduce the size it is possible that the values could get lost.
Kind regards,
Timo
WH SELFINVEST