* Andreu <root / sys1.org> (2008-11-07) schrieb: > PROBLEM SOLVED > At the beginning of my program I have written this line: > > idate = mdate = Array.new > > but it seems Ruby doesn't support this syntax (like C) and assume > that the two arrays are the same one. Actually Ruby and C do the same thing here: Assign whatever Array.new yields to mdate and idate. mfg, simon .... l