adding helper func will help in places like this: ``` function THasherList.GetName(Index: Integer): String; begin if (Index > FList.Count-1) or (Index < 0) then Result := '' ```