
-----------------------------------
bahamut
Wed Jan 12, 2005 9:40 pm

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"? :?

-----------------------------------
Tony
Wed Jan 12, 2005 10:08 pm


-----------------------------------
just wondering... what exactly does the assignment say about the use of quit?

[url=http://www.compsci.ca/v2/viewtopic.php?t=7295]already asked

-----------------------------------
bahamut
Wed Jan 12, 2005 10:25 pm


-----------------------------------
It does not say anything i just want the window to close.

-----------------------------------
bahamut
Wed Jan 12, 2005 10:38 pm


-----------------------------------
ok when i use Window.Close it gives me an error saying" Missing parameters in call to subprogram 'Close'"

-----------------------------------
Andy
Wed Jan 12, 2005 10:39 pm


-----------------------------------
ever heard of F9

if u type return, it ends either the subprogram or the main program if used in main line

-----------------------------------
Hikaru79
Wed Jan 12, 2005 10:40 pm


-----------------------------------
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
Thu Jan 13, 2005 9:09 am


-----------------------------------
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? :wink: helpfiles are awesome to look up what parameters you need to pass to a function

-----------------------------------
bahamut
Thu Jan 13, 2005 4:44 pm


-----------------------------------
ok i get it thanks for your help. im only in grade 10 so i dont much about turing just some basic stuff.
