The Arguments object in the standard library allows you to work with Command Line Arguments from inside a Small Basic program. The Arguments object includes a Count property that gives the total number of arguments passed to the program, and a GetArgument(index)
Read More...