SetIndent

This method is used to customize the indentation.
Syntax
METHOD SetIndent : HRESULT
VAR_INPUT
indentChar : SINT;
indentCharCount : UDINT;
END_VAR
Return value
Name | Type |
---|---|
SetIndent | HRESULT |
Inputs
Name | Type |
---|---|
indentChar | SINT |
indentCharCount | UDINT |
Sample call:
fbJson.SetIndent(1,5);