AddDint

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