On Monday July 6 2009, Joob wrote:
> var tempAdr = new Adresse(tempNom, tempNum, tempRue, tempVille);
> var tempAdreListe = List(tempAdr)
>
> var tempB = botin.filter(n => n.individu != tempNom);
> var resultat = tempB ::: tempAdreListe;
>
> botin = resultat
>
>
> The variable names I use are in french
> sorry :(
> but its not very complicated I believe
Where does the diagnostic occur? Where and how is "botin" declared?
Randall Schulz