How to make a enum expand?
#2

I don't really understand what you mean by expanding enum index. Do you mean the array size? Like..
pawn Код:
enum SomeEnum{}
new Array[12][SomeEnum];
Would become
pawn Код:
enum SomeEnum{}
new Array[13][SomeEnum];
For this I would recommend ******'s "foreach" include. And use iterators instead of enums.

I'm not sure. But I believe it is not possible to change a size of array, once created.
Reply


Messages In This Thread
How to make a enum expand? - by DarrenReeder - 26.10.2010, 21:20
Re: How to make a enum expand? - by TheXIII - 26.10.2010, 23:38
Re: How to make a enum expand? - by DarrenReeder - 27.10.2010, 00:27
Re: How to make a enum expand? - by DarrenReeder - 27.10.2010, 12:42

Forum Jump:


Users browsing this thread: 1 Guest(s)