Skip to main content
Skip table of contents

FormatCurrencyAmount()

FormatCurrencyAmount()

Diese Funktion formatiert einen Währungsbetrag zur Anzeige. Standardmäßig wird der Betrag mit zwei Nachkommastellen und dem € Symbol dargestellt.

Parameter

Beschreibung

nAmount:N

Preis, der formatiert wird

bDisplayEmptyValues:L

Leeren Betrag anzeigen (default: false)

bIncludeCurrencySymbol

Mit Währungssymbol (default: true)

nCurrencyNo:N

Währungsnummer (siehe DABWAE Tabelle)

nDecimals:N

Anzahl der Nachkommastellen

Rückgabewert

Alphanumerisch - formatierter Preis

Beispiel

CODE
FormatCurrencyAmount(1) // 1,00 €


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.