PushbackFileTimeValue

PushbackFileTimeValue 1:

Diese Methode hängt einen Wert vom Datentyp FILETIME an das Ende eines Arrays an.

Syntax

METHOD PushbackFileTimeValue : SJsonValue
VAR_INPUT
  v     : SJsonValue;
  value : FILETIME;
END_VAR

PushbackFileTimeValue 2: Rückgabewert

Name

Typ

PushbackFileTimeValue

SJsonValue

PushbackFileTimeValue 3: Eingänge

Name

Typ

v

sJsonValue

value

FILETIME

Beispielaufruf:

jsonDoc   := fbJson.ParseDocument(sExistingJsonDocument);
jsonArray := fbJson.FindMember(jsonDoc, 'array');
jsonValue := fbJson.PushbackFileTimeValue(jsonArray, fileTime);