Files
RCBASIC4/doc/files/command.txt
2026-02-26 15:33:51 -06:00

10 lines
216 B
Plaintext

#title Command$ [RCBasic Doc]
#header Function Command$(arg)
Returns command line arguments passed to a program.
Note: Command$(0) will always be the program being executed ( your_program.cbc )
#ref NumCommands