Mam problem z stałą cont podczas gdy chcę przypisać coś takiego
Mam taki komunikat: "Left side cannot be assigned to"
Const
Liczba : Integer = 0;
type
TDane : class
Znak : Integer;
end;
var
Dane : TDane;
begin
Liczba:=Dane.Znak;
end;Mam taki komunikat: "Left side cannot be assigned to"