SA0112: Reference variables
Function | Determines variables of type REFERENCE TO. |
Reason | The IEC 61131-3 standard does not allow references. |
Importance | Low |
Sample:
PROGRAM MAIN
VAR
refInt : REFERENCE TO INT; // => SA0112
END_VARFunction | Determines variables of type REFERENCE TO. |
Reason | The IEC 61131-3 standard does not allow references. |
Importance | Low |
Sample:
PROGRAM MAIN
VAR
refInt : REFERENCE TO INT; // => SA0112
END_VAR