nilshero 0 Posted August 16, 2007 Hello, Is there a max-size of arrays? are there functions like array_merge() or push() or pop() ? Nils Share this post Link to post Share on other sites
smashly 12 Posted August 16, 2007 Quote from Autoit HelpfileWhen creating arrays you are limited to up to 64 dimensions and/or a total of 16 million elements.Nope that's not a function , just a limitation.Cheers Share this post Link to post Share on other sites
Paulie 26 Posted August 16, 2007 Hello,Is there a max-size of arrays? are there functions like array_merge() or push() or pop() ?Nils_ArrayPush()_ArrayPop()Perhaps _ArrayMerge can be added... What exactly does it do? Share this post Link to post Share on other sites