SA0113: Variables with data type WSTRING

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: Datentyp WSTRING nicht erlaubt