AddLreal

This method adds a value of the data type LREAL to a property. Usually, a corresponding property was created beforehand with the method AddKey().
Syntax
METHOD AddLreal
VAR_INPUT
  value : LREAL;
END_VAR
 Inputs
Name  | Type  | 
|---|---|
value  | LREAL  | 
Sample call:
fbJson.AddKey('PropertyName');
fbJson.AddLreal(42.42);