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.
Regards,
Marco.