Bonjour,
I'm no Java specialist.
I would like to have my Numeric.sequence in the following fix format: "S00000000" (with padding "0").
sequence 0 -> S00000000
sequence 1 -> S00000001
..
sequence 111 -> S00000111
etc.
I can convert a number to a string but I cannot make it in this precise format.
Thanks.
PM