Command, Command$ (functions)
Syntax | Command[$][()] |
Description | Returns the argument from the command line used to start the application. |
Comments | Command$ returns a string, whereas Command returns a String variant. |
Example |
This example checks to see if any command line parameters were used. If parameters were used they are displayed and a check is made to see if the user used the "/s" switch.
|
See Also | Environ, Environ$ (functions). |