Skip to content

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

@GWRon

Description

@GWRon

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>%%")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions