AddKeyLreal

AddKeyLreal 1:

This method creates a new property key and at the same time a value of the data type LREAL.

Syntax

METHOD AddKeyLreal
VAR_IN_OUT CONSTANT
  key   : STRING;
END_VAR
VAR_INPUT
  value : LREAL;
END_VAR

AddKeyLreal 2: Inputs

Name

Type

value

LREAL

AddKeyLreal 3:/AddKeyLreal 4: Inputs/Outputs

Name

Type

key

STRING

Sample call:

fbJson.AddKeyLreal('PropertyName', 42.42);