AddLreal

AddLreal 1:

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

AddLreal 2: Inputs

Name

Type

value

LREAL

Sample call:

fbJson.AddKey('PropertyName');
fbJson.AddLreal(42.42);