要求されたページは選択されたバージョンでは利用できない。
GetArgByIndex
Syntax
string GetArgByIndex (int column)
Description
Retrieve the value of an argument by its index.
Parameters
column
Index of the argument.
Note that index numbering begins with 1. It starts from the leftmost argument and progresses to the right.
Return Value
String value containing the argument contents. If the argument isn’t found, an empty string is returned.