String Manipulation with sprintf

Hi everybody,

is there any way to format of numbers like printf does in C or the DecimalFormat does in java in the String Manipulation node?

bye

Jonas

new java.text.DecimalFormat().format(Double.parseDouble($column$))

Not that easy, but try this one.

oh thank you!i dind't know that i can use any java code in this node.

cool...

thanks!