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