Hallo,
Also du musst halt sicherstellen, dass AIndex zwischen 11 und 18 liegt.
Du kannst
Delphi-Quellcode:
if AValue then
FMyBoolArray[AIndex] := TRUE;
aber wahrscheinlich vereinfachen:
FMyBoolArray[AIndex] := AValue;
Es sei denn du willst den Wert in dem Array NICHT auf false setzen, wenn AValue false ist.
Michael
"Programmers talk about software development on weekends, vacations, and over meals not because they lack imagination,
but because their imagination reveals worlds that others cannot see."