In need of dynamic array - Best solution?
#1

I am creating a dialog with all online faction members. However, the string that contains all the text could need a lot of cells, depending on the amount of members. I would rather create a dynamic array than using a big string size.

However, as far as I know, creating a dynamically sized array is impossible in PAWN (other than with malloc, which I'd rather not fuck around with).

How would you solve this problem (keeping optimization and performance in mind)?
Reply


Messages In This Thread
In need of dynamic array - Best solution? - by AnthonyTimmers - 01.12.2014, 19:27
Re: In need of dynamic array - Best solution? - by PowerPC603 - 01.12.2014, 21:54
Re: In need of dynamic array - Best solution? - by AnthonyTimmers - 01.12.2014, 22:02
Re: In need of dynamic array - Best solution? - by PowerPC603 - 01.12.2014, 22:13
Re: In need of dynamic array - Best solution? - by Pottus - 01.12.2014, 22:26
Re: In need of dynamic array - Best solution? - by Vince - 02.12.2014, 07:44
Re: In need of dynamic array - Best solution? - by PowerPC603 - 02.12.2014, 07:53

Forum Jump:


Users browsing this thread: 4 Guest(s)