SHAR1NGAN Posted October 7, 2017 Posted October 7, 2017 In .bat file has the function "goto", in java exist this funcion?
Deathimminent Posted October 8, 2017 Posted October 8, 2017 goto is a reserved word in java, but it has no use. Labels exist, though, but should really only be used for nested loops. If you're needing one elsewhere, you should restructure your program. https://stackoverflow.com/questions/2545103/is-there-a-goto-statement-in-java/2545160#2545160
SHAR1NGAN Posted October 8, 2017 Author Posted October 8, 2017 (edited) Is for use in onLopp on "else" condictions when the condictionsleep not return true but the time exceeded, and not for stop the loop. By the way. theres is function how condictionsleep that not has timeout? Edited October 8, 2017 by SHAR1NGAN
SHAR1NGAN Posted October 8, 2017 Author Posted October 8, 2017 Thanks for the tip to restructure the script. I already resolved all.