Hi, > You can use + instead of array_merge. Actually I find the + syntax extremely confusing for arrays. I largely prefer array_merge(), unless there are performance reasons for not using it. Thanks François Suter