---
title: "GetCommandLineArgument (Opus Funktion)"
---
### Beschreibung

Gibt den Wert der Command Line Argumentes zurück.

### Argumente

| **Name** | **Typ** | **Beschreibung** |
| --- | --- | --- |
|  | [string](../../standard-datentypen/string.md) | Name der Option |

### Rückgabewert [string](../../standard-datentypen/string.md)

Wert des Command Line Arguments.

### Beispiel

`Lb_ShowMsgBox = (GetCommandLineArgument("Execute") == "");`

### Siehe auch

---
