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$()