[<<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.
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson