View Single Post
klippy
AlliedModders Donor
Join Date: May 2013
Location: Serbia
Old 02-16-2017 , 14:16   Re: [ TUT ]Dynamic Array
Reply With Quote #17

Quote:
Originally Posted by edon1337 View Post
@hamlet , after 2-3 weeks, I finally understood the purpose of arrays. Thanks so much for the explanation.

Question :
If you set the Array size 1 (ArrayCreate) , how many values can you store in it?
Any amount of values. That number is only size for each array entry. If you'll be doing ArrayPushCell, then size 1 is what you would want and if you'll be doing ArrayPushArray or ArrayPushString then that size would be the maximum size of every array/string you push/set.

Last edited by klippy; 02-16-2017 at 14:17.
klippy is offline