Цитата Сообщение от Валенок Посмотреть сообщение
Код:
  
  .....
  init: bool;
  out1_: word;
  i:word;
end_var
---------------------------------------
if init and out1 <> out1_ then
  i := (i mod 100) + 1;
  mas1[i] := out1;
end_if
init := true;
out1_ := out1;




Добрый день

Выдает ошибку
IMG_20260328_105752.jpg