Author |
Message |
bahamut
|
Posted: 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"? |
|
|
|
|
|
Sponsor Sponsor
|
|
|
Tony
|
Posted: Wed Jan 12, 2005 10:08 pm Post subject: (No subject) |
|
|
just wondering... what exactly does the assignment say about the use of quit?
already asked |
|
|
|
|
|
bahamut
|
Posted: Wed Jan 12, 2005 10:25 pm Post subject: (No subject) |
|
|
It does not say anything i just want the window to close. |
|
|
|
|
|
bahamut
|
Posted: Wed Jan 12, 2005 10:38 pm Post subject: (No subject) |
|
|
ok when i use Window.Close it gives me an error saying" Missing parameters in call to subprogram 'Close'" |
|
|
|
|
|
Andy
|
Posted: Wed Jan 12, 2005 10:39 pm Post subject: (No subject) |
|
|
ever heard of F9
if u type return, it ends either the subprogram or the main program if used in main line |
|
|
|
|
|
Hikaru79
|
Posted: Wed Jan 12, 2005 10:40 pm Post subject: (No 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. It'll be more useful for you than us just telling you what needs to be added. |
|
|
|
|
|
Tony
|
Posted: Thu Jan 13, 2005 9:09 am Post subject: (No 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? helpfiles are awesome to look up what parameters you need to pass to a function |
|
|
|
|
|
bahamut
|
Posted: Thu Jan 13, 2005 4:44 pm Post subject: (No subject) |
|
|
ok i get it thanks for your help. im only in grade 10 so i dont much about turing just some basic stuff. |
|
|
|
|
|
Sponsor Sponsor
|
|
|
|