CL$

This command will return the string passed in as a command line when the program is run as a standalone executable.

  Syntax
Return String=CL$()
  Returns

The return value is a string.

  Description

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.

  Example Code
PRINT CL$()
WAIT KEY
  See also

CORE Commands Menu
Index