Labuzz
08-18-2003, 12:25 AM
I have a string array and I want to substract the last element, how can I do? I have used the size command to get the number of elements in this array. After this I have -- ( decrement) this number to get the last element of my array. Now how can I clear this element from the array? The clear command clear all the array, should I use a loop to rebuild the array?
Any suggestion are welcome.:)
I have just found one workaround based on selection: I can deselect the last element easely and build a new array.
Any suggestion are welcome.:)
I have just found one workaround based on selection: I can deselect the last element easely and build a new array.
