AddString
This method adds an argument of the type STRING.
Syntax
METHOD AddString : I_TcArguments
VAR_IN_OUT CONSTANT
value : STRING;
END_VAR
Inputs
Name | Type | Description |
---|---|---|
value | STRING | Value to be added. |
This method adds an argument of the type STRING.
METHOD AddString : I_TcArguments
VAR_IN_OUT CONSTANT
value : STRING;
END_VAR
Name | Type | Description |
---|---|---|
value | STRING | Value to be added. |