warning Not Translated
This page has not been translated into the language that your browser requested yet. The English content is being shown as a fallback.
If you want to contribute a translation for this page then please click here.
argvalue
Description
Get the number of arguments passed to the script (those after --).
Name | Description |
---|---|
skip = 0 | The number of arguments (with potentially the same name) to skip. |
const argument[] = "" | The name of the argument, including - s and / s. |
&value = cellmin | The output destination. |
Returns
true - the argument was found with value, false - it wasn't.
Notes
Separate parameters also count for the index here.
For example with --load test --run
the argument --run
is index 2
.