I am having some trouble with an Index Loop and ArrayDeleteAt.
The index is to go from 1 to the length of the loop. However, when it encounters a 0, that record is deleted using ArrayDeleteAt. The problem is that when it does, the loop is going to exceed the array's length by at least 1.
Is there another way around this?
Thanks in advance.
The index is to go from 1 to the length of the loop. However, when it encounters a 0, that record is deleted using ArrayDeleteAt. The problem is that when it does, the loop is going to exceed the array's length by at least 1.
Is there another way around this?
Thanks in advance.