Free since 2005 · No login required
AT

Academic Tutorials

Learn at your own pace

site-mobile-top-banner · 320x50

How do I read command line parameters?

The standard function ParamCount: word will return the number of command line parameters, while function ParamStr(N: word): string will return the N-th parameter.