The GetArgument function retrieves the specified argument of the application command line.
Syntax
String Global.GetArgument(
Integer index)
Integer index)
Parameters
| index | Index of the argument. | Required |
|---|
Return value
The GetArgument function returns the argument.
Example
arg = GetArgument(0)