SetIndent

SetIndent 1:

This method is used to customize the indentation.

Syntax

METHOD SetIndent : HRESULT
VAR_INPUT
  indentChar      : SINT;
  indentCharCount : UDINT;
END_VAR

SetIndent 2: Return value

Name

Type

SetIndent

HRESULT

SetIndent 3: Inputs

Name

Type

indentChar

SINT

indentCharCount

UDINT

Sample call:

fbJson.SetIndent(1,5);