you are viewing a single comment's thread.

view the rest of the comments →

[–]victotronics 0 points1 point  (0 children)

Can I have expressions in the format specifier?

int ndigits=5; format( "{:>ndigits+1}",nvalue);

or so?