Hi everyone.I am using beta 88 and I am trying to use the push/pop array feature .If I run a loop say 100 times (0 to 99) and push a value to it the array length shows a value of 101.I did a test where at the start of frame I set the array size to 0.According to the manual this should give a totally empty array with no elements.If I show the size of the array it still gives a length of value 1,rather than zero as I expected.Is this a bug or something I am doing wrong?