AddString

AddString 1:

This method adds a value of the data type STRING to a property. Usually, a corresponding property was created beforehand with the method AddKey().

Syntax

METHOD AddString
VAR_IN_OUT CONSTANT
  value : STRING;
END_VAR

AddString 2:/AddString 3: Inputs/Outputs

Name

Type

value

STRING

Sample call:

fbJson.AddKey('PropertyName');
fbJson.AddString('Hello World');