08.02.2017, 13:38
Not sure if they are called multiple variables but here is what I mean
Thing2 is a string right? But how to write it so I can use it like this.
Normally I use
Also
?
PHP код:
enum things
{
thing1,
thing2[5]
}
PHP код:
thing2[0], thing2[1]
PHP код:
new thing2[3];
PHP код:
things[id][thing2[1]]