Dynamic arrays
Hi.
I'm searching all informations about dynamic arrays - funcwiki doesnt have it. |
Re: Dynamic arrays
OMG! I was just looking for info about Dynamic Arrays too! :o
But I think I understand it now. Though I'm not going to post here any info about it, as I might find myself wrong and confusing you. |
Re: Dynamic arrays
the only information i know you can find in the include file:
/scripting/include/cellarray.inc |
Re: Dynamic arrays
What do you want to know ? There are already a lot of plugins using dynamic array. ( Like the default plugin )
|
Re: Dynamic arrays
What profits give using dynamic arrays ?
|
Re: Dynamic arrays
The *only* benefit to dynamic arrays is that you won't require the user to recompile your plugin to increase or decrease the number of elements in the array. I'd argue that in every other way, static arrays are better.
|
Re: Dynamic arrays
I would not say *only* because even if static array is faster, dynamic array can be very useful sometimes, like to manage more easily an array. (add, insert, delete )
|
Re: Dynamic arrays
What I like also is that dynamic array handles can be passed around at will. This could be useful for inter-plugin communication.
|
| All times are GMT -4. The time now is 01:49. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.