hello again folks,

does anyone know how i can have my continue loop back to a previously made while loop. what i mean is this folks:

while loop 1()
while loop 2()
continue;

how can i have continue direct the program to the while loop 1?


tnx,
ben