1.2.184 StringFormatFromDouble - Double in String formatieren
StringFormatFromDouble(strTarget,dValue,strFormat);
|
Argumente
|
strTarget
in diesem String wird das Ergebnis der Formatierung abgestellt.
|
|
|
dValue
Zahl (Double), die formatiert werden soll
|
|
|
strFormat
Formatvorschrift (siehe bei „BufAppendFromDouble“). Ist die Formatvorschrift leer (““), wird direkt, d.h. unformatiert, abgestellt.
|
|
Beschreibung
|
Diese Funktion formatiert eine Zahl (Double).
|
|
Funktionsart
|
Stringfunction
|
|
Beispiel
|
StringFormatFromDouble(strZiel,123.3,"U6,3");
|
|
Siehe auch
|
StringFormatFromLong, StringFormatFromString
|