Basic

Moderators: None (Apply to moderate this forum)
Number of threads: 1675
Number of posts: 4764

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
Command Line Parameters Posted by jkitt on 18 Jul 2002 at 8:02 AM
How can I read command line parameters passed to my quick basic program?
Report
Re: Command Line Parameters Posted by billywm664 on 18 Jul 2002 at 5:11 PM
: How can I read command line parameters passed to my quick basic program?
:

The COMMAND$ function returns the command line. Therefore, you can see the command line with PRINT COMMAND$ or assign it to a string variable: var$ = COMMAND$, or the like.



 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.