Skip to content

Command Line Argument Parsing

David Schmidt edited this page Dec 16, 2017 · 1 revision

The command line arguments can be parsed from the module. Note that the command line exists in the system input buffer. If you call gets() then you will overwrite the command line.

Compatibility: 1, II, ///

Usage: include "inc/args.plh"

Functions:

argFirst()
argNext(str)

Source Code: args.pla

Sample Source: fatget.pla, fatget.pla