16 lines
303 B
Markdown
16 lines
303 B
Markdown
### Function: SetServerVariable(name, value, comment)
|
|
|
|
**Description:**
|
|
Set's the server variable to the value provided.
|
|
|
|
**Parameters:**
|
|
- `name` (string) - String `name`.
|
|
- `value` (string) - String `value`.
|
|
- `comment` (string) - String `comment`.
|
|
|
|
**Returns:** None.
|
|
|
|
**Example:**
|
|
|
|
Example Required
|