Dynamic Arrays
With this AWESOME library YOU can use DYNAMIC point and integer arrays! And if you want you can add more types.
Instructions:
- Create a string variable and give it a AWESOME name.
- Create a array, with Dynamic Array - Create(your AWESOME string (variable) here!);
- Add some values, with Dynamic <type> Array - Push Back(AWESOME STRING, VALUE);
- Remove your last value again, with Dynamic <type> Array - Pop Back(AWESOME STRING);
- Add some values, with Dynamic <type> Array - Add(AWESOME STRING, INDEX, VALUE);
- Remove it again, with Dynamic <type> Array - Remove(AWESOME STRING, INDEX);
- And then destroy it, with Dynamic <type> Array - DESTROY(awesome string);
Etc!
(The other functions are: IsEmpty, Size, Set and Get)
Comments