dos_compilers/Microsoft QuickBASIC v3/manual/ng9f05.html
2024-07-01 13:00:14 -07:00

36 lines
1.1 KiB
HTML

<HTML>
<HEAD><TITLE>QuickBASIC 3.0 - Long Entry</TITLE></HEAD>
<BODY>
<A HREF="ng9a3c.html">[&lt;&lt;Previous Entry]</A>
<A HREF="ng320.html">[^^Up^^]</A>
<A HREF="nga150.html">[Next Entry&gt;&gt;]</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>