15.05.2016, 05:55
Quote:
Using continue in a loop will skip the code under the keyword and go back to the start of the loop. Returning a value in a loop will break the loop, exit the function and return a value.
Because you aren't inside the specified vehicle ID, most likely. |
the code with return 0 work.
but the code with continue not work.
I want to know why continue not working and return 0 working?