Hi Mahesh,
It looks like you want to setup your UDF like this then:
for(int i = 0; i < count.length; i++) { int num = Integer.parseInt(count[i]); for(int j = 0; j < num; j++) { result.addValue(""); } result.addContextChange(); }
Regards,
Ryan Crosby