- Joined
- Mar 18, 2012
- Messages
- 1,716
Quick question: Is this basically correct? Since today, I was always using a table array ->
This comes along with some problems, particularly if one tries to iterate backwards and some members have already been removed.
I've read the API of List and the module List, I'm aware how push(), pop(), enqueue() , etc works.
But just as I said it's the first time I'm using it.
Edit: Deleted this piece of code, because it was total crap.
static table array stack
, when I had to iterate within one struct instance.This comes along with some problems, particularly if one tries to iterate backwards and some members have already been removed.
I've read the API of List and the module List, I'm aware how push(), pop(), enqueue() , etc works.
But just as I said it's the first time I'm using it.
Edit: Deleted this piece of code, because it was total crap.
Last edited: