Hi,
I was wondering if there was a way to.. suspend a loop? I have a large while loop, and in the middle of it, i need to sort an array and print the highest variable, however, it prints it abotu 30 times, becasoe of the loop. So basically, i want to stop the loop, sort the array, and print the highest value, then continue the loop right after that exactly where it left off. Is that possible?