Split plugin bug with 1.9RC3 CVS
It seams that the plug version 1.9RC3 is eating part of the datas.
Here, 2 row, 2 col and "123456" as data for each cell.
{ SPLIT(joincols=> n, fixedsize=> n, colsize=>200| 200)}123456-123456@@@123456-123456{SPLIT }
The result can be seen bellow;
123456 | 123456 |
123456 | 123456 |
Part of the data vanished
Yoni