Вверх ↑
Ответов: 5227
Рейтинг: 587
#1: 2022-07-10 09:35:52 ЛС | профиль | цитата
Пока у себя так поправил
      //data_null: Result := _IsType(op2) = data_null;
data_null:
begin
case OpType of
0: if _IsType(op2) = data_null then Result := True else Result := False;
5: if _IsType(op2) <> data_null then Result := True else Result := False;
1,2,3,4: Result := _IsType(op2) = data_null;
end;
end;
карма: 4
Мой форум - http://hiasm.bbtalk.me/ схемы, компоненты...
0
Редактировалось 1 раз(а), последний 2022-07-10 09:39:32