24 lines
515 B
HTML
24 lines
515 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="style.css">
|
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
|
<title>Command$ [RCBasic Doc] </title>
|
|
</head>
|
|
|
|
<body>
|
|
<p><h2>Function Command$(arg) </h2></p>
|
|
<p>
|
|
Returns command line arguments passed to a program.
|
|
</p>
|
|
<p>
|
|
Note: Command$(0) will always be the program being executed ( your_program.cbc )
|
|
</p>
|
|
<br><p>Related:
|
|
<a href="numcommands.html">NumCommands</a>
|
|
</p>
|
|
<p>
|
|
</p>
|
|
|
|
</body>
|
|
</html> |