AddKeyNull
This method creates a new property key and initializes its value with null.
Syntax
METHOD AddKeyNull
VAR_IN_OUT CONSTANT
key : STRING;
END_VAR
/ Inputs/Outputs
Name | Type |
---|---|
key | STRING |
Sample call:
fbJson.AddKeyNull('PropertyName');
This method creates a new property key and initializes its value with null.
METHOD AddKeyNull
VAR_IN_OUT CONSTANT
key : STRING;
END_VAR
Name | Type |
---|---|
key | STRING |
Sample call:
fbJson.AddKeyNull('PropertyName');