Size of freed arrays
Posted: Tue Jul 05, 2011 9:50 pm
If I free an array and then use ArraySize() I get a result of -1. Is this something that can be relied on going forward?
http://www.purebasic.com
https://www.purebasic.fr/english/
http://www.purebasic.fr/english/viewtop ... ze#p303466I modified ArraySize(), so it will return -1 if the array isn't declared.