Android Question How to terminate the program?

Theera

Well-Known Member
Licensed User
Longtime User
Hi Erel,
Assume my coding is
Sub Module
if condition then
log("My Answer is" &result)
return <= Is right? I need to stop program because I can get answer already.
end if
....
do something continue.
....
End Sub
 

Attachments

  • ThepartofMyProgram.png
    ThepartofMyProgram.png
    17 KB · Views: 195

aminoacid

Active Member
Licensed User
Longtime User
yes, i was wondering about that.
How do you completely terminate a program and stop it from running?
 
Upvote 0
Top