View Single Post
edon1337
Penguin Enthusiast
Join Date: Jun 2016
Location: Macedonia
Old 01-19-2017 , 12:28   Re: [ TUT ]Dynamic Array
Reply With Quote #10

Sorry for bumping.
1. Is it possible to skip the "Array" part when creating an Array ? Like
instead of
PHP Code:
 new Array: g_newArray 
to make
PHP Code:
 new g_newArray[] 
If not, what's the difference between these two ?
2. why is this called a 2 Dimensional array if it has got 3 parameters
PHP Code:
new test[34][34][45
3. Can you give a proper explanation about Dynamic Arrays ? Thanks for the tut ^_^
__________________
edon1337 is offline