Method setopt
| Improve this Doc View Sourcesetopt(String, String)
plsetopt: Set any command-line option
Declaration
public Int32 setopt(string opt, string optarg)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | opt | An ascii character string containing the command-line option. |
| System.String | optarg | An ascii character string containing the argument of the command-line option. |
Returns
| Type | Description |
|---|---|
| Int32 |
Remarks
Set any command-line option internally from a program before it invokes plinit. opt is the name of the command-line option and optarg is the corresponding command-line option argument.