![]() |
![]() |
![]() |
|
CL$
This command will return the string passed in as a command line when the program is run as a standalone executable.
Return String=CL$()
The return value is a string.
When this program is created as an executable file, any additional parameters entered after the executable name are treated as a single command line string. You can use this string to control how your executable behaves based on the contents of the string.
PRINT CL$()
|