AddLint

AddLint 1:

This method adds a value of the data type LINT to a property. Usually, a corresponding property was created beforehand with the method AddKey().

Syntax

METHOD AddLint
VAR_INPUT
  value : LINT;
END_VAR

AddLint 2: Inputs

Name

Type

value

LINT

Sample call:

fbJson.AddKey('PropertyName');
fbJson.AddLint(42);