CL$
This command will return the string passed in as a command line when the program is run as a standalone executable. 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.

SYNTAX
Return String=CL$()

RELATED INFO
CORE Commands Menu
Index

EXAMPLE
View Showcase Example
View Usage Example