« Return to Thread: Reassignment to Val

Re: Reassignment to Val

by Joob :: Rate this Message:

Reply to Author | View in Thread

the error occurs at

botin = resultat

Randall Schulz wrote:
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

 « Return to Thread: Reassignment to Val