Marco -


On Mon, Oct 8, 2018 at 3:24 AM Marco Lettere <m.lettere@gmail.com> wrote:
On 08/10/2018 02:39, Bridger Dyson-Smith wrote:
out:format("%06d", 256, 367) -> 000256 (: the second item() is ignored :)

Hi Dyson,

as far as I understand regarding this example the number of handled items depends on the format string.

out:format("%06d %06d", 256, 367)

would probably output what you expect.

It absolutely does - thank you for the helpful clarification!

Regards,

Marco.

Best,
Bridger