Hello,
I don't know why, but I can't seem to get a percentage to format to 2 decimals.
Here's what I'm trying
Percent = string.format ("%.2f", Percent)
This does not work.
I don't know why, but I can't seem to get a percentage to format to 2 decimals.
Here's what I'm trying
Percent = string.format ("%.2f", Percent)
This does not work.