bmx-ng / text.mod

Text Utilities
0 stars 3 forks source link

[format.mod] Documentation misses a % sign #3

Open GWRon opened 2 years ago

GWRon commented 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>%%")
GWRon commented 1 year ago

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.