Another question. My code won't loop. it only runs...
# general
c
Another question. My code won't loop. it only runs the 1st slice up to 999 but never repeats. I did this same type of setup in 1.0 and it worked. now it doesn't in 2.0. The slice.length in the While statement is always set to 999 so it won't loop. Any help would be amazing
b
you probably want to be posting these to #C29HQS63G
that said, your diagnosis is correct, your slices will never have over 1000 elements in them
c
thanks, i will post over there in the future. any idea how to get while variable to see the whole resultset length so that it'll properly loop through? my syntax was almost identical in 1.0 and it worked fine
b
add 1000 instead of 999
c
yep. i feel dumb now. thanks for the help