2022-06-08 01:25 AM
Hi All
Is there some other way to allow the user to set the precision as the format string does not allow parameters...?
"%[0 or more flags][field_width][.precision] conv_spec"
Ling.
2022-06-08 07:53 AM
Does STR (numeric_expression, length, fractions) not give you what you want?
2022-06-08 06:53 PM - edited 2022-06-08 06:55 PM
Ah. I was dealing with the Length input wrong so it was bugging out. And Fractions cannot be bigger than Length? Length being Fractions + 1 seems to work well.