Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

java stop script

public void onClick() {
    if(condition == true) {
        return;
    }
    string.setText("This string should not change if condition = true");
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #java #stop #script
ADD COMMENT
Topic
Name
8+5 =