Okay, I have a minor annoyance to whine about:
Have you ever noticed that, when deleting a length of 1 from a 1D array, an array rather than an element is returned from the "deleted portion" terminal? To perform most actions on the deleted portion you have to use the "index array" function.
An example is illustrated below:
I'm bracing myself to get called out on my laziness here, but if I'm to be honest I've always been a little annoyed to have to index out of that array. Personally, I'd like to see this function return a single element when the length is set to "1". Am I the only one?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Any idea that has received less than 3 kudos within 3 years after posting will be automatically declined.