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

Gibt den Betrag als String mit 2 Nachkommastellen zurück.

### Argumente

| Name | Typ | Beschreibung |
| --- | --- | --- |
| Amount | [float](../../standard-datentypen/float.md) | Betrag |

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

Es wird ein String zurückgegeben, welcher die typische Formatierung für Beträge hat, also mit Tausendertrennzeichen.

### Beispiel

```
TableResult.Text[Li_i+1][3]  = GetAmountText(f_Amount);
```

### Siehe auch

---
