1.2.186 StringFormatFromString - Stringinhalt formatieren
StringFormatFromString(strTarget,strValue,strFormat);
Argumente
strTarget
in diesem String wird das Ergebnis der Formatierung abgestellt.
 
strValue
String, der formatiert werden soll
 
strFormat
Formatvorschrift (siehe bei „BufAppendFromDouble“). Ist die Formatvorschrift leer (““), wird direkt, d.h. unformatiert, abgestellt.
Beschreibung
Diese Funktion formatiert des Inhalt eines Strings.
Funktionsart
Stringfunction
Beispiel
// strZiel wird auf die Laenge 20 mit Leerzeichen aufgefuellt
StringFormatFromString(strZiel,“Text“,"C20");
Siehe auch
StringFormatFromLong, StringFormatFromDouble