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.
argindex
Description
Get the name of the argument at the given index after --.
Name | Description |
---|---|
index | The naught-based offset to the script argument. |
value[] | The output string destination. |
size = sizeof (value) | The size of the destination. |
bool:pack = false | Should the return value be packed? |
Returns
true - the argument was found, 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
.