Computer Science Canada Help with exiting. |
Author: | bahamut [ Wed Jan 12, 2005 9:40 pm ] |
Post subject: | Help with exiting. |
Ok for my ISP my class has to make an Role Playing Game. I got most of it down. But is there a way that i can exit the program without using "quit"? ![]() |
Author: | Tony [ Wed Jan 12, 2005 10:08 pm ] |
Post subject: | |
just wondering... what exactly does the assignment say about the use of quit? already asked |
Author: | bahamut [ Wed Jan 12, 2005 10:25 pm ] |
Post subject: | |
It does not say anything i just want the window to close. |
Author: | bahamut [ Wed Jan 12, 2005 10:38 pm ] |
Post subject: | |
ok when i use Window.Close it gives me an error saying" Missing parameters in call to subprogram 'Close'" |
Author: | Andy [ Wed Jan 12, 2005 10:39 pm ] |
Post subject: | |
ever heard of F9 if u type return, it ends either the subprogram or the main program if used in main line |
Author: | Hikaru79 [ Wed Jan 12, 2005 10:40 pm ] |
Post subject: | |
The error message is pretty self-explantory. Read up on "procedures" in Turing if you don't understand what it's telling you. I guarantee that after about 10 minutes you'll slap your forehead and realize what it is you're missing. ![]() |
Author: | Tony [ Thu Jan 13, 2005 9:09 am ] |
Post subject: | |
yeah, though here's a tip... what window will the command close? what if you have 2 windows opened at the same time, how would the program know? ![]() |
Author: | bahamut [ Thu Jan 13, 2005 4:44 pm ] |
Post subject: | |
ok i get it thanks for your help. im only in grade 10 so i dont much about turing just some basic stuff. |