HOW CAN I FINISH THIS
Code: Select all
*** [S01(10),S02(8)].*Format: Select all
{ model.s.collect{ 'S' + it.pad(2) }.joiningDistinct(',', '(', ')') }Code: Select all
*** [S01(10),S02(8)].*Format: Select all
{ model.s.collect{ 'S' + it.pad(2) }.joiningDistinct(',', '(', ')') }