Mensaje
The operator ‘INDEXOF’ is no longer supported. Use ADR instead. ADR on a POU name returns a pointer to pointer to the function code.
Causa del mensaje
Se ha usado el operador obsoleto "INDEXOF".
Solución
Use el operador "ADR".
Ejemplo de error
PROGRAM PLC_PRG
VAR
i : INT;
pt : POINTER TO INT;
END_VAR
i := INDEXOF(pt);