|
Commandline$ | |
Parameter$ = Commandline$() | |
Parameters: NONE | |
Returns: Parameter$ = The parameter string (if any) that was issue to your program upon start up |
|
Commandline$() will return any command line parameters issued to your program upon startup. FACTS: * When a program is executed from the IDE, you can set the command line parameters to whatever you like. To change the parameter in the IDE, select RUN -> PARAMETER from the top menu. |
|
Example Source: Download This Example
|
Related Info: | : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |