ID:270236
![]() Feb 16 2006, 4:31 pm
|
|
Is an array in other langauges like a list in BYOND?
|
![]() Feb 16 2006, 4:33 pm
|
|
Yep.
|
They're similar, but BYOND lists have lots of features that you'd love to have in arrays in other languages. For example, they're dynamic (They get bigger and smaller as you add and remove things from them).
|
Kalzar wrote:
.> In BASIC we were able to "redim" an array. Visual Basic arrays are pure evil. BYOND's lists put them to shame. |