Programming C, C++, Java, PHP, Ruby, Turing, VB
Computer Science Canada 
Programming C, C++, Java, PHP, Ruby, Turing, VB  

Username:   Password: 
 RegisterRegister   
 How to go back to last step in GUI?
Index -> Programming, Turing -> Turing Help
View previous topic Printable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
80660134




PostPosted: Sun Nov 02, 2014 6:26 pm   Post subject: How to go back to last step in GUI?

How to go back to last step in GUI?
Sponsor
Sponsor
Sponsor
sponsor
Insectoid




PostPosted: Sun Nov 02, 2014 7:27 pm   Post subject: RE:How to go back to last step in GUI?

You need to be more specific with your question.
80660134




PostPosted: Sun Nov 02, 2014 8:02 pm   Post subject: Re: How to go back to last step in GUI?

I want to create a button that can make user return to my last menu.
Tony




PostPosted: Mon Nov 03, 2014 1:49 am   Post subject: RE:How to go back to last step in GUI?

code:

loop
   put "doing A"
   loop
      put "doing B"
      exit
   end loop
end loop

here, after B the loop exits, and another loop takes code flow "back" to A that was done before.
Latest from compsci.ca/blog: Tony's programming blog. DWITE - a programming contest.
Display posts from previous:   
   Index -> Programming, Turing -> Turing Help
View previous topic Tell A FriendPrintable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic

Page 1 of 1  [ 4 Posts ]
Jump to:   


Style:  
Search: