Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- QuickBASIC 3.0 - <b>command$ get command line</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
COMMAND$                 Get Command Line

 s$ = COMMAND$

    Returns the command-line parameter(s) supplied when a QuickBASIC
    program is invoked.

   ----------------------------------------------------------------------

      Notes:    Returns everything that was typed on the command line when
                the program was executed, except the program name and any
                redirection or piping commands.

                The function strips any leading white-space characters and
                converts all lowercase characters to upper case.

                The maximum length of the command line is 127 characters.

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