1.2.57 BufSetFormatFromStringAtPIS - formatierten String in Buffer schreiben
BufSetFormatFromStringAtPIS(strBufName,lPIS,strValue,strFormat);
Argumente
strBufName
Name des Buffers der bearbeitet werden soll.
 
lPIS
Position im Buffer
 
strValue
String der formatiert werden soll
 
strFormat
Formatvorschrift (siehe bei „BufAppendFromDouble“).
Ist die Formatvorschrift leer (““), wird direkt, d.h. unformatiert, abgestellt.
Beschreibung
Diese Funktion stellt einen String mit oder ohne Formatierung in einen Buffer ab.
Funktionsart
Bufferfunction
Beispiel
// formatierten Inhalt des Feldes in Puffer schreiben
BufSetFormatFromStringAtPIS(BufSatz,20,strFeld,"C20");
Siehe auch
BufAssignStringAtPIS, BufSetFormatFromLongAtPIS, BufSetFormatFromDoubleAtPIS, BufCopyFieldAtPIS