Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- GT_LIB v1.0 Reference Guide Release 1.0 - <b>ask the user a question</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Ask the user a question
------------------------------------------------------------------------------

 Syntax

        GT_AskUser(<cMessage>,<aKeys>,[<cTitle>], ;
                   [<cColour>],[<cBox>],[<nTop>],[<nLeft>], ;
                   [<nBottom>],[<nRight>],[<nSeconds>]) ;
        -> nResponce

 Arguments:

      <cMessage> is the message to display.

      <aKeys> is an array of legal INKEY() values

      <cTitle> is an optional title.

      <cColour> is an optional colour string.

      <cBox> are optional box lines.

      <nTop>,<nLeft>,<nBottom> and <nRight> fix the position
      of the window.

      <nSeconds> is the time to wait for a responce.

 Returns:

      nResponce

 Description:

      To display a message, ask the user a question, wait
      for a responce and restore the screen.

 Examples:

 Source: GT_ASKUS.PRG

 Author:  Martin Bryant

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson