I've been looking around the site for an answer to this, only thread i've found pertaining to it was this:
and that thread wasn't very helpful, so, i'm sorry if it's been asked before somewhere.
anyway, onto my question:
The title was pretty self explanatory, I want to know a specific function that I can use to make it so that the user has to press a key before the program continue's running, *AND*, I want to be able to dictate what is said when it asks the user to press any key. So instead of it saying "Press any key to continue", I can make it say "Enter a digit" or whatever I want it to say.
Right now I'm using the function System ("PAUSE"), and I'd prefer not to use this.
Thanks for any assistance.