SCAR Code:For I := 0 To I = High(FoundPlace) Do // It has [0..4] so literally "To I = 5 Do"
Begin
FoundPlace[I] := False;
End;
It just doesn't work :P
It works if I do:
SCAR Code:FoundPlace[0] := False;
FoundPlace[1] := False;
FoundPlace[2] := False;
FoundPlace[3] := False;
FoundPlace[4] := False;
But that's not really.. convenient if the array gets bigger.




Reply With Quote








