def converted = examineeResponses+String.format("%${itemNumber - 1}s", response) ... You can't zero pad Strings with String.format in Java or Groovy, ...
確定! 回上一頁