AddString
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
/ Inputs/Outputs
Name | Type |
---|---|
value | STRING |
Sample call:
fbJson.AddKey('PropertyName');
fbJson.AddString('Hello World');