36 lines
1.1 KiB
HTML
36 lines
1.1 KiB
HTML
<HTML>
|
|
<HEAD><TITLE>QuickBASIC 3.0 - Long Entry</TITLE></HEAD>
|
|
<BODY>
|
|
|
|
<A HREF="ng9a3c.html">[<<Previous Entry]</A>
|
|
<A HREF="ng320.html">[^^Up^^]</A>
|
|
<A HREF="nga150.html">[Next Entry>>]</A>
|
|
<A HREF="menu.html" >[Menu]</A>
|
|
<A HREF="info.html">[About The Guide]</A>
|
|
<HR>
|
|
<PRE>
|
|
<B>COMMAND$ Get Command Line</B>
|
|
|
|
<U>s$</U> = <B>COMMAND$</B>
|
|
|
|
Returns the command-line parameter(s) supplied when a QuickBASIC
|
|
program is invoked.
|
|
|
|
----------------------------------------------------------------------
|
|
|
|
<B>Notes:</B> 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.
|
|
</PRE>
|
|
<HR>
|
|
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
|
|
Written by <A HREF="http://www.acemake.com/hagbard">Dave Pearson</A>
|
|
<HR>
|
|
</BODY>
|
|
</HTML>
|