On 02/03/2016 02:57 PM, Dietmar Maurer wrote: >> - me.column1.push([ >> + me.column1 = me.column1.concat([ > > removing the [ should do the job? > yes it does the job and shortens the code push() accepts n arguments v2 on the way