1
I created a script where inside this script there’s a bond like while
. The condition for that while
is escolha != 1
. Everything works ok, but in the middle of this while
i run a Java application where I do some checks and depending on this check I need to change the value of this variable choice to 1 in order to be able to exit the loop. Is there any way to do that? I tried that way:
Welcome to Stack Overflow @Fernandol. It is preferable to post even the relevant code in your question instead of screen shots code. To write code in your question leave
4 espaços
before you start writing, or paste the code and while selected click the button{}
above the editor. You can also read more about formatting the text of a post in: Editing aid– Chun
Take a look at [tour]. You can accept an answer if it solved your problem. You can vote on every post on the site as well. Did any help you more? You need something to be improved?
– Maniero