I have a simple question: Is there a function for removing values from
an array (something like "pop" for stacks).
I know that arrays are no lists but what can I do in order to solve the
problem efficiently (I don't want to build a dirty workaround).
Hans