Is it possible to use standard format specifiers?

I didn’t get any errors, but resulting numbers were displayed like raw values 1.4345345 / 5.342315 MB

Although I believe I’ve identified the issue. It happened because I was using Arguments, rather than LocalizedString dictionary as you pointed out in one of your previous answers. Thank you again!

1 Like