Open GWRon opened 2 years ago
https://blitzmax.org/docs/en/api/text/text.format/ contains the sample:
Local formatter:TFormatter = TFormatter.Create("VAT = <i>2.1f</i>%%")
Yet it must be
' -.- Local formatter:TFormatter = TFormatter.Create("VAT = <i>%2.1f</i>%%")
Just to "bump" this - the "sources" (doc folder) contain the percentage sign - yet the website docs don't. Either it is missed during docs update or there is a bug removing that char.
https://blitzmax.org/docs/en/api/text/text.format/ contains the sample:
Yet it must be