@printf
does not accept *
to specify field width
#19582
Labels
display and printing
Aesthetics and correctness of printed representations of objects.
I want to use this
printf
specification:This should format the integer
id
usinglen
digits, filled with0
characters. The C printf supports the*
specifier. Julia should offer an equivalent feature.The text was updated successfully, but these errors were encountered: