Formatter doesn't work
Submitted by Sunday, 12 February, 2006 - 21:46
on
Running a beanshell script I got an error at the following expression, because the method "format" is not found:
java.lang.String.format("%d", 1234)
In a java sourcefile it works fine.
==> What's on with the beanshell?
Robert
java.lang.String.format("%d", 1234)
In a java sourcefile it works fine.
==> What's on with the beanshell?
Robert