pascalnide icon indicating copy to clipboard operation
pascalnide copied to clipboard

`Attempt to invoke interface method ...` error when trying to compare array variable with nil

Open EmilyGraceSeville7cf opened this issue 5 months ago • 0 comments

var
  data: array of integer;

begin
  if data = nil then;
end.

Screenshot_2025-10-20-01-11-36-414_com.duy.pascal.compiler.jpg

EmilyGraceSeville7cf avatar Oct 19 '25 22:10 EmilyGraceSeville7cf