Hi guys,
I have a sentence and I want to split it according to spaces and store in an array. I did
How can I remove the empty scalar values from the array, while keeping it ordered. The above array should become:
. Keep in mind that the array is shifted.
Thanks.