Detects variables of type WSTRING
Justification: Not all systems support WSTRING
. The code is more easily portable without WSTRING
.
Example
VAR wstrTemp : WSTRING; END_VAR --> SA0113: Data type WSTRING not allowed
Detects variables of type WSTRING
Justification: Not all systems support WSTRING
. The code is more easily portable without WSTRING
.
Example
VAR wstrTemp : WSTRING; END_VAR --> SA0113: Data type WSTRING not allowed